Skip to content

Releases: theofidry/AliceDataFixtures

1.3.2

31 Dec 12:57
d4e57d3
Compare
Choose a tag to compare

Bugfixes

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

1.3.1

29 Nov 19:29
51e0e6d
Compare
Choose a tag to compare

Bugfixes

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

1.3.0

08 Oct 18:20
f2c9e54
Compare
Choose a tag to compare

Feature

  • Allow doctrine/persister 2.x (#148)

1.2.1

11 Aug 13:57
ddfaeb0
Compare
Choose a tag to compare

Bugfixes

  • Avoid permanent change of the IdGenerator entity metadata (#135)

1.2.0

19 Jun 13:56
f98ef1b
Compare
Choose a tag to compare

Features

  • Add Symfony 5 support (#131)

v1.1.2

02 Dec 11:20
Compare
Choose a tag to compare

Bugfixes

  • Make PersisterLoader propagate the persister to children (242497e)
  • Fixed root_node deprecation with Symfony 4.2 (#112)
  • Disable FK checks also on DELETE (#121)
  • Fix a doctrine bridge deprecation (#127)

Misc

  • Add docker-compose to run tests with Docker containers (#128)

v1.1.1

18 Sep 19:12
7991382
Compare
Choose a tag to compare

Bugfixes

  • Fix the dependency conflict rules (#103, #104)

v1.1.0

12 Sep 17:12
Compare
Choose a tag to compare

Features

  • Make the ID generator configuration easier to override (#101)

Bugfixes

  • Fix OcramiusProxyManager version (#87)
  • Improve the error message when the ID generator cannot be correctly enabled/disabled (#89)

v1.0.1

21 Dec 21:37
Compare
Choose a tag to compare

Bugfixes

  • Added no_purge option to Symfony configuration (#83)

v1.0.0

17 Dec 17:33
33e5874
Compare
Choose a tag to compare

Features

  • Allow Symfony 4.0 (#69)

Bugfixes

  • Make processors optionals (#79)
  • Update methods signatures (#80)