Skip to content

Releases: theofidry/AliceBundle

2.14.1

05 Jul 13:49
fe47c6d
Compare
Choose a tag to compare

Fixes

  • Remove usage of the deprecated base extension from HttpKernel (#69)

2.14.0

08 Mar 20:17
9b64895
Compare
Choose a tag to compare

Features

  • Add support for Doctrine3 (#67)

2.13.0

03 Dec 23:54
7b8cf62
Compare
Choose a tag to compare

Features

  • Allow Symfony 7 (#54)

Fixes

  • Fix Doctrine DBAL deprecation (#60)

2.12.2

22 Nov 23:07
76485f1
Compare
Choose a tag to compare

Fixes

  • Move the ReloadDatabaseTrait state to the FixtureStore (#45)

2.12.1

19 Sep 19:49
841ac01
Compare
Choose a tag to compare

Fixes

  • Fix Symfony 6.3 deprecation (#39)
  • Ensure the database is not populated several times in PHP 8.2 (#43)

Misc

  • Add gitattributes file allowing lightest distribution (#40)
  • Update link to processors documentation (#38)

2.12.0

26 Mar 09:06
ebaf24e
Compare
Choose a tag to compare

Bugfixes

  • fix: support fixtures in JSON format (#36)
  • fix: Drop support for DBAL 2 (#34)

Misc

  • refactor: Move from annotations to attributes (#32)

2.11.0

03 Jul 14:57
0dd4e9e
Compare
Choose a tag to compare

Features

  • Fix deprecation using Symfony 6.1 (#23)
  • Remove support for PHP 7.4 & 8.0 (#24)
  • Allow doctrine/persistence 3 (#21)

2.10.0

01 Jan 18:24
016ff23
Compare
Choose a tag to compare

Features

  • Add support for Symfony 6.0 (#3, #4)
  • Add support for psr/log 2.x & 3.x (#2)
  • Drop support for PHP 7.3 and lower (#7)
  • Drop support for Symfony 5.3 and lower (#7)

Misc

  • Fix the CI (#8, #11)
  • Fix CS (#9)
  • Modernize code (#12)
  • Update links (#1)