Releases: theofidry/AliceDataFixtures
Releases · theofidry/AliceDataFixtures
1.3.2
Bugfixes
- Keep the ids specified for entities by end users (#155)
1.3.1
Bugfixes
- Don't disable the id generator if the entity has already been persisted (#152)
1.3.0
Feature
- Allow doctrine/persister 2.x (#148)
1.2.1
Bugfixes
- Avoid permanent change of the IdGenerator entity metadata (#135)
1.2.0
Features
- Add Symfony 5 support (#131)
v1.1.2
Bugfixes
- Make PersisterLoader propagate the persister to children (242497e)
- Fixed root_node deprecation with Symfony 4.2 (#112)
- Disable FK checks also on DELETE (#121)
- Fix a doctrine bridge deprecation (#127)
Misc
- Add docker-compose to run tests with Docker containers (#128)
v1.1.1
Bugfixes
- Fix the dependency conflict rules (#103, #104)
v1.1.0
Features
- Make the ID generator configuration easier to override (#101)
Bugfixes
- Fix OcramiusProxyManager version (#87)
- Improve the error message when the ID generator cannot be correctly enabled/disabled (#89)
v1.0.1
Bugfixes
- Added
no_purge
option to Symfony configuration (#83)
v1.0.0
Features
Bugfixes
- Make processors optionals (#79)
- Update methods signatures (#80)