- Upgraded nelmio/alice to the version 2.0.0
- Add support for Doctrine ODM (MongoDB)
- Add support for Doctrine PHPCR
- Introduced commands:
hautelook_alice:doctrine:fixtures:load
hautelook_alice:doctrine:mongodb:fixtures:load
hautelook_alice:doctrine:phpcr:fixtures:load
- Possibility to load fixtures by environment
- Possibility to load fixtures by bundle
- No longer need to create a data loader to load fixtures
- Removed DoctrineFixturesBundle dependency
- Now possible to register Alice Processors
- Now possible to register Custom Faker Data Providers
- Enhanced documentation
Although a developement version, this version was the last one available for almost a year, hence the mention in the changelog.
- Extends DoctrineFixturesBundle to allow data loaders to load yaml fixtures files using nelmio/alice 1.x
- Added Solarium loaders for Behat