Skip to content

Releases: doctrine/phpcr-odm

1.2.0-rc4

09 Sep 05:31
Compare
Choose a tag to compare
1.2.0-rc4 Pre-release
Pre-release
Release of new version 1.2.0-rc4

1.2.0-rc3

20 Aug 15:19
Compare
Choose a tag to compare
1.2.0-rc3 Pre-release
Pre-release
Release of new version 1.2.0-rc3

1.2.0-rc2

14 Aug 12:20
Compare
Choose a tag to compare
1.2.0-rc2 Pre-release
Pre-release
prepare 1.2.0-rc2

1.2.0-RC1

24 Jul 14:15
Compare
Choose a tag to compare
1.2.0-RC1 Pre-release
Pre-release
  • 2014-07-02: convert all collections to PersistentCollections on flush
    This required a considerable refactoring in the collections and also resulted in some BC breaks.
    Most notably Collections are now only managing the documents that have explicitly been assigned
    or that where fetched initially from the PHPCR store.
    Use the new $collection->refresh() method to force an immediate refresh from the PHPCR store.
  • 2014-06-13: Added the endFlush event that happens after the flush has
    been terminated.
  • 2014-06-13: Fixed a bug in calculateChangeSet that led to subsequent
    flushes seeing already persisted changes again.

1.1.2

10 Jul 07:36
@dbu dbu
Compare
Choose a tag to compare
Merge pull request #503 from doctrine/fix-new-instance

Fix new instance

1.1.1

03 Jun 08:59
@dbu dbu
Compare
Choose a tag to compare
prepare release 1.1.1

1.1.0

08 May 15:13
@dbu dbu
Compare
Choose a tag to compare
prepare release 1.1.0

1.1.0-RC2

07 Apr 19:49
Compare
Choose a tag to compare
1.1.0-RC2 Pre-release
Pre-release
prepare 1.1.0-RC2

1.1.0-RC1

14 Mar 13:42
@dbu dbu
Compare
Choose a tag to compare
1.1.0-RC1 Pre-release
Pre-release
Preparing release candidate 1 for version 1.1.0

1.1.0-beta2

15 Feb 13:26
@dbu dbu
Compare
Choose a tag to compare
1.1.0-beta2 Pre-release
Pre-release
Merge pull request #422 from doctrine/mapping-info-validate

make doctrine mapping info command validate the metadata