1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
v1.2.2 - Sep 20, 2016
239: Fix the sorting of metadata to be purged
240: Fix sorter issue
242: Make sure entities that are marked readOnly are excluded from purge
235: Adding test to reference repository
v1.2.1 - Jun 20, 2016
227: ORMPurger failing after update to v1.2
228: TopologicalSorter breaks fixture load
229: Added support for self referencing classes in the TopologicalSorter
v1.2.0 - Jun 19, 2016
221: quoteIdentifier on table name not required when deleting
222: Bring own implementation of TopologicalSorter to data-fixtures library
226: Drop PHP 5.5 support, cleanup test suite according to PHPUnit 5.4 changes
v1.1.1 - Mar 30, 2015
Handle versions of phpcr-odm without transactional #190.
v1.1.0 - Mar 28, 2015
Added Loader::loadFromFile #79
Added exception on missing reference: #179
Add support for 2.5 embeddables: #137
Now requires doctrine/orm >= 2.4 if you use doctrine/orm
PHPCRExecutor is now ran in a transaction: #165
PHPCRExecutor now has tests: #165
MongoDBPurger will now recreate dropped indices: #188
MongoDB is now tested against a Mongo database if available: #188
v1.0.2 - 27 Mar 2015
Fixes a BC break
Revert "#166: Use EntityManagerInterface instead of EntityManager"' (#186)
v1.0.1 - 22 Mar 2015
Added Travis: 69c2230
Now supports table quoting for dropping joined tables: #180
Fixed ProxyReferenceRepository which was forcing to have a getId: 8ffac1c
Fixed identifiers retrieval on ReferenceRepository if Entity is not yet managed my UnitOfWork: dfc0dc9
Doctrine dependencies relaxed: 83a910f
Fix purging non-public schema tables: #171
v1.0.0 - 5 Sep 2013
v1.0.0-ALPHA4 - 5 Sep 2013
v1.0.0-ALPHA3 - 11 Oct 2012
v1.0.0-ALPHA2 - 25 Jan 2012
v1.0.0-ALPHA1 - 25 Jan 2012
|