AliceBundle Versions Save

A Symfony bundle to manage fixtures with Alice and Faker.

2.5.0

5 years ago

Features

  • Allow multiple fixture paths during bundle configuration (#467)

v2.4.1

5 years ago

Bugfixes

  • Do not rollback if there are no active transactions (#466)

v2.4.0

5 years ago

Features

  • Make loaded fixture available (#439)
  • Make the Phpunit trait compatible with WebTestCase (#441)
  • Add a trait to recreate the database schema (#447)

Bugfixes

  • Remove the theofidry/alice-bundle-extension installation suggestion (#438)
  • Fix root node deprecation in symfony/config > 4.1 (#448)

v2.3.0

5 years ago

Features

  • Add traits to purge the DB and load fixtures in PHPUnit tests (#432)

Bugfixes

  • Fix shortcut value for manager option (#435)

v2.2.0

5 years ago

Features

  • Add DoctrineBundle to the dependencies (#428)

v2.1.0

5 years ago

Feature

  • Remove hard dependency for doctrine bundle (#414)
  • Allow to customise the instantiation of the persister (#419)

Bugfixes

  • Fix missing parameters (#419)
  • Fix the dependencies (#420, #422)

v2.0.0

6 years ago

v2.0.0-rc.0

6 years ago

No changes, that's what we call a safe update!

v2.0.0-beta.6

6 years ago

Bugfixes

  • Fix Purger injection (#376)

v2.0.0-beta.5

6 years ago

Features

  • Add support for autoconfiguring providers (#361)

Bugfixes

  • Fix purge with truncate (#368)
  • Add consistent behaviour of hautelook_alice.fixtures_path (#370)
  • Make logger argument optional in loader service (#374)
  • Refactor the doctrine command to use injected services (#371)