Skip to content

Releases: rezzza/alice-extension

Fix symfony deprecation message

20 Jun 08:32
69f8b91
Compare
Choose a tag to compare
  • #51 Fix : Remove deprecated info if symfony >= 3.4

Reset MySQL AUTO_INCREMENT when purging via DELETE

31 Mar 08:17
Compare
Choose a tag to compare

See #47 for more details. it can be BC break for people that was relying on incremental ids generated (which is somehow a bad idea).

Fix embeddedClass usage in ORMPurger

26 Apr 12:35
@tyx tyx
Compare
Choose a tag to compare

Symfony3 support

15 Apr 07:52
@tyx tyx
Compare
Choose a tag to compare
Merge pull request #43 from gmorel/feature/update_nelmio_alice

Lead AliceExtension to be SF3 ready

Backport feature from behat2

29 Feb 14:51
Compare
Choose a tag to compare
  • We can load fixtures implicitly (via the first load of entity fixture) or explicitly now.
  • postgresql purge remove table sequences

Multi entity manager, postgres improvement.

19 Feb 08:05
Compare
Choose a tag to compare
Merge pull request #41 from stephpy/postgres_behat2

[postgres] initialize sequences (auto-increment) on tables

v1.3.0

12 Jan 16:52
@tyx tyx
Compare
Choose a tag to compare
  • Support multiple EntityManager thanks to @gmorel
  • Support embeddable thanks to @gmorel

Adopt atoum 2.0.

16 Dec 12:05
Compare
Choose a tag to compare
Merge pull request #38 from shouze/atoum/adopt2.0

Adopt atoum 2.0.

Fix broken test suite

15 Apr 07:30
@tyx tyx
Compare
Choose a tag to compare
Merge pull request #35 from rezzza/fix/unit-test

Fix unit test

Multiple files for fixtures

15 Apr 06:48
@tyx tyx
Compare
Choose a tag to compare
  • See v0.1.5 for more details
  • Move atoum and symfony2extension to stable version