Skip to content

Releases: theofidry/AliceDataFixtures

1.8.0

13 Nov 15:39
532f094
Compare
Choose a tag to compare

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

05 Jul 21:19
39a2fb2
Compare
Choose a tag to compare

Fixes

  • Remove usage of the deprecated base extension from HttpKernel (#266)

1.7.1

18 Mar 12:42
c05882a
Compare
Choose a tag to compare

Fixes

  • Clear entity persister on restoring class metadata (#264)

1.7.0

03 Dec 21:51
34e4751
Compare
Choose a tag to compare

Features

  • Remove support for non LTS versions of Symfony 6 (#248)

Fixes

  • Fix a doctrine deprecation (#225)
  • Fix DoctrineDBAL deprecation (#262)

1.6.0

03 Jul 13:41
798ea2b
Compare
Choose a tag to compare

Features

  • Remove support for PHP 7.4 & PHP 8.0 & Symfony 4.4 (#219)

1.5.2

02 Jul 09:03
1ba759a
Compare
Choose a tag to compare

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

21 Dec 19:46
4a29088
Compare
Choose a tag to compare

Bugfixes

  • Fix persisting entities with nullable relationships (#201)

1.5.0

21 Dec 14:22
580bb37
Compare
Choose a tag to compare

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

25 Jan 10:08
bcfdf64
Compare
Choose a tag to compare

Features

  • Add support for PHP 8.0 (#158)

1.3.3

09 Jan 18:08
c35eec1
Compare
Choose a tag to compare

Bugfixes

  • Prevent IdGenerator from decorating itself (#165)