Releases: doctrine/data-fixtures
Releases · doctrine/data-fixtures
v1.1.1
v1.1.0
- 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
v1.0.1
- 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