Releases: theofidry/AliceDataFixtures
Releases · theofidry/AliceDataFixtures
v1.0.0-RC.2
Features
- Add a NO_PURGE mode (#71)
- Add a default purge mode parameter (#74)
Bugfixes
- Disable foreign key checks with truncating with MySQL (#73)
v1.0.0-RC.1
Features
- Add support for autoconfiguring processors (#65)
Bugfixes
- Make some loaders persister aware (#67)
- Allow to provide the ID in the fixture (#68)
v1.0.0-RC.0
Features
- Rework services to be consistent and provide the necessary aliases (#61)
- Add documentation for auto primary key doctrine generators (#62)
- Add support for Propel2 (#45)
Bugfixes
- Don't invoke 'clear()' anymore after flush (#52)
- Calculate metadata calculation lazily (#59)
Misc
- Update dependencies (#55)
- Fix tests & Move to Makefile (#56, #57)
v1.0.0-beta.5
Features
- Allow using different names than "default" for entity manager (#33)
- Add support for doctrine ODMs (#38)
Bugfixes
- Refactor loader to include purge mode in the signature (#42)
Misc
- Speed up tests by disabling garbage collection (#42)
- Fix covers validation (#42)
- Bumps dependencies (#42)
- Fix PHPUnit incompatibility (#42)
- Fix risky tests (#42)
- Add suggests (#42)
- Fix licenses (#42)
- Fix CS (#42)
v1.0.0-beta.4
Features
- Upgrade to nelmio/alice v3.0.0-beta.3 (#28)
- Update Symfony versions (#31)
Bugfixes
- Fix the clear cache command (#29)
v1.0.0-beta.3
Features
- The error stack keep track of the exceptions and their stacks rather than just their messages (#13)
- Update Eloquent bridge to Eloquent ~5.3.0 (#21)
- Pass the fixture ID to the processors (#26)
Bugfixes
- Fix compatibility with the Proxy Manager (#24)
v1.0.0-beta.2
- Add bridge for Eloquent ORM
- Add bridge for Eloquent ORM with Symfony
- Harden tests
- Update documentation
v1.0.0-beta.1
- Harden tests
- Add a purge loader
- Fix a bug in the PersistenceLoader (postPersist was not done after the entity was persisted in the database)
- Renamed and review the doc of some interfaces and classes
v1.0.0-beta.0
- File loaders
- A Doctrine ORM bridge for the persistence layer
- A Symfony Bundle