Skip to content

Releases: nelmio/alice

3.13.5

02 Apr 09:09
f05bd97
Compare
Choose a tag to compare

Fixes

  • Improve the error message upon unresolvable value (#1188)
  • Inject the faker generator to the OptionalValueResolver (#1187)

3.13.4

06 Feb 22:35
9ca5ece
Compare
Choose a tag to compare

Fixes

  • Add support for sebastian/comparator v6 (#1165)

3.13.3

03 Dec 23:13
f495b12
Compare
Choose a tag to compare

Fixes

  • Allow Symfony YAML 7 (#1159)

3.13.2

02 Dec 11:20
e98f2c4
Compare
Choose a tag to compare

Fixes

  • fix: Address the PHP 8.2 deprecations (#1158)

3.13.1

02 Dec 10:59
1141bf4
Compare
Choose a tag to compare

Fixes

  • Fix deprecations (#1157)

3.13.0

30 Nov 09:12
48bf285
Compare
Choose a tag to compare

Features

  • Drop Symfony <6.4 support (#1154)
  • Add support for Symfony7 (#1156)

Fixes

  • Fix PHP 8.2 dynamic property deprecation (#1136)

3.12.2

13 Feb 11:19
a020c07
Compare
Choose a tag to compare

Bugfixes

  • Allow sebastian/comparator 5 (#1127)

Misc

  • Remove outdated third part symfony bundles suggestions (#1126)
  • Add doc to explain how to access nested property from relation. (#1129)

3.12.1

14 Nov 18:47
e7d3275
Compare
Choose a tag to compare

Bugfixes

  • Add CompilerPass to check if framework_bundle.property_access is enabled (#1124)

3.12.0

02 Oct 12:50
0297bae
Compare
Choose a tag to compare

Features

  • Add support for enum in symfony property accessor hydrator (#1118)

Misc

  • Fix PHPUnit configuration (#1119)
  • Fix CS (#1120)
  • Rework the Makefile (#1121)
  • Fix CI PHPStan analysis (#1122)
  • Fix iterator return types (#1123)

v3.11.0

03 Jul 13:29
bb4ed62
Compare
Choose a tag to compare

Features

  • Add support for newlines in identity() (#1104)
  • Bump dependencies (#1111)
  • Remove support for PHP 8.0
  • Remove support for Symfony 4.4