Releases: doctrine/phpcr-odm
Releases · doctrine/phpcr-odm
1.2.0-rc4
1.2.0-rc3
1.2.0-rc2
1.2.0-RC1
- 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
1.1.1
1.1.0
1.1.0-RC2
1.1.0-RC1
1.1.0-beta2
Merge pull request #422 from doctrine/mapping-info-validate make doctrine mapping info command validate the metadata