Skip to content

Releases: theofidry/AliceDataFixtures

v1.0.0-RC.2

25 Nov 17:10
286c35b
Compare
Choose a tag to compare
v1.0.0-RC.2 Pre-release
Pre-release

Features

  • Add a NO_PURGE mode (#71)
  • Add a default purge mode parameter (#74)

Bugfixes

  • Disable foreign key checks with truncating with MySQL (#73)

v1.0.0-RC.1

03 Nov 08:33
Compare
Choose a tag to compare
v1.0.0-RC.1 Pre-release
Pre-release

Features

  • Add support for autoconfiguring processors (#65)

Bugfixes

  • Make some loaders persister aware (#67)
  • Allow to provide the ID in the fixture (#68)

v1.0.0-RC.0

29 Oct 18:05
Compare
Choose a tag to compare
v1.0.0-RC.0 Pre-release
Pre-release

Features

  • Rework services to be consistent and provide the necessary aliases (#61)
  • Add documentation for auto primary key doctrine generators (#62)
  • Add support for Propel2 (#45)

Bugfixes

  • Don't invoke 'clear()' anymore after flush (#52)
  • Calculate metadata calculation lazily (#59)

Misc

  • Update dependencies (#55)
  • Fix tests & Move to Makefile (#56, #57)

v1.0.0-beta.5

29 Jun 19:52
Compare
Choose a tag to compare
v1.0.0-beta.5 Pre-release
Pre-release

Features

  • Allow using different names than "default" for entity manager (#33)
  • Add support for doctrine ODMs (#38)

Bugfixes

  • Refactor loader to include purge mode in the signature (#42)

Misc

  • Speed up tests by disabling garbage collection (#42)
  • Fix covers validation (#42)
  • Bumps dependencies (#42)
  • Fix PHPUnit incompatibility (#42)
  • Fix risky tests (#42)
  • Add suggests (#42)
  • Fix licenses (#42)
  • Fix CS (#42)

v1.0.0-beta.4

17 Dec 00:32
Compare
Choose a tag to compare
v1.0.0-beta.4 Pre-release
Pre-release

Features

  • Upgrade to nelmio/alice v3.0.0-beta.3 (#28)
  • Update Symfony versions (#31)

Bugfixes

  • Fix the clear cache command (#29)

v1.0.0-beta.3

06 Nov 18:28
Compare
Choose a tag to compare
v1.0.0-beta.3 Pre-release
Pre-release

Features

  • The error stack keep track of the exceptions and their stacks rather than just their messages (#13)
  • Update Eloquent bridge to Eloquent ~5.3.0 (#21)
  • Pass the fixture ID to the processors (#26)

Bugfixes

  • Fix compatibility with the Proxy Manager (#24)

v1.0.0-beta.2

02 Oct 17:23
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-release
  • Add bridge for Eloquent ORM
  • Add bridge for Eloquent ORM with Symfony
  • Harden tests
  • Update documentation

v1.0.0-beta.1

24 Sep 00:44
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release
  • Harden tests
  • Add a purge loader
  • Fix a bug in the PersistenceLoader (postPersist was not done after the entity was persisted in the database)
  • Renamed and review the doc of some interfaces and classes

v1.0.0-beta.0

12 Sep 19:19
Compare
Choose a tag to compare
v1.0.0-beta.0 Pre-release
Pre-release
  • File loaders
  • A Doctrine ORM bridge for the persistence layer
  • A Symfony Bundle