Releases: theofidry/AliceDataFixtures
Releases · theofidry/AliceDataFixtures
1.9.0
This release adds support for Doctrine ORM 3. Note that it removes support for Doctrine ORM 2.
Features
- Add Doctrine 3 support (#304)
1.8.3
Empty release, final release before pushing one switching from Doctrine 2 to Doctrine 3. The purpose of this release is to be able to easily branch off this tag if patches for the Doctrine 2 support are needed.
1.8.2
Fixes
- Fix undesired rector refactoring (#306)
Misc
- Fix docker images hosts on linux systems (#307)
1.8.1
Fixes
- Fix parameters not marked as nullable but with a default null value (PHP 8.4 compatibility) (#291)
- Tighten the Doctrine ORM dependency conflict (#301)
- Fix the conflict rules for lowest deps compatibility (#303)
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)