AliceDataFixtures Versions Save

Nelmio Alice extension to persist the loaded fixtures.

1.7.1

1 month ago

Fixes

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

1.7.0

5 months ago

Features

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

Fixes

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

1.6.0

1 year ago

Features

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

1.5.2

1 year ago

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

2 years ago

Bugfixes

  • Fix persisting entities with nullable relationships (#201)

1.5.0

2 years ago

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, 3c4ff43d6e1c63cda5aaa7a9a0c22f8db6957298)
  • Various code modernisation (#192)
  • Ensures managers are not shared within tests (#196)
  • Split purger tests (#197)

Full Changelog: https://github.com/theofidry/AliceDataFixtures/compare/1.4.0...1.5.0

1.4.0

3 years ago

Features

  • Add support for PHP 8.0 (#158)

1.3.3

3 years ago

Bugfixes

  • Prevent IdGenerator from decorating itself (#165)

1.3.2

3 years ago

Bugfixes

  • Keep the ids specified for entities by end users (#155)

1.3.1

3 years ago

Bugfixes

  • Don't disable the id generator if the entity has already been persisted (#152)