Releases: theofidry/AliceDataFixtures
Releases · theofidry/AliceDataFixtures
1.8.0
Features
- Bump min PHP version to 8.3 (#271)
- Drop support for Symfony 5.4 (#272)
Fixes
- Fix Doctrine/ORM minimum compatibility (#277)
- Fix eloquent minimum dependency version compatibility (#278)
- Fix Symfony bundles minimum compatibility (#280)
- Disable foreign keys check for purge (#281)
1.7.2
Fixes
- Remove usage of the deprecated base extension from HttpKernel (#266)
1.7.1
Fixes
- Clear entity persister on restoring class metadata (#264)
1.7.0
Features
- Remove support for non LTS versions of Symfony 6 (#248)
Fixes
- Fix a doctrine deprecation (#225)
- Fix DoctrineDBAL deprecation (#262)
1.6.0
Features
- Remove support for PHP 7.4 & PHP 8.0 & Symfony 4.4 (#219)
1.5.2
Bugfixes
- Accept arrays of entities (#218)
- Require doctrine/annotations (#204)
Misc
- Correct link of the CI badge (#208)
- Fix Composer allow plugins (#212, #213)
1.5.1
Bugfixes
- Fix persisting entities with nullable relationships (#201)
1.5.0
Features
- Allow PSR log 2.x & 3.x (#178)
- Bump to PHP 7.4+ and Symfony 4.4+ (#182)
- Remove Composer 1.x support (#184)
- Remove support for doctrine/persistence 1.x (#184)
- Remove support for illuminate/database <8.x (#184)
- Remove Propel support (#184, #187)
- Add PHP 8.0 and 8.1 support (#193)
- Add Symfony 6.x support (#199, #200)
Bugfixes
- Fix MySQL platform detection (#194)
- Fix namespace conflict with
doctrine/persistence
old namespace (#181)
- Fix ID generation (#195)
- Fix ID generation with cascade persist (#198)
Misc
- Migrate to PHP-CS-Fixer 3.x (#183)
- Cleanup the cache directory (#188)
- PHPDoc cleanup (#190, #191, 3c4ff43)
- Various code modernisation (#192)
- Ensures managers are not shared within tests (#196)
- Split purger tests (#197)
Full Changelog: 1.4.0...1.5.0
1.4.0
Features
- Add support for PHP 8.0 (#158)
1.3.3
Bugfixes
- Prevent IdGenerator from decorating itself (#165)