Skip to content

Releases: symfony/expression-language

v6.1.0

27 May 07:53
v6.1.0
Compare
Choose a tag to compare

Changelog (v6.1.0-RC1...v6.1.0)

  • bug #46454 Fix null-safe chaining (HypeMC)

v6.1.0-RC1

14 May 18:42
v6.1.0-RC1
Compare
Choose a tag to compare
v6.1.0-RC1 Pre-release
Pre-release

Changelog (v6.1.0-BETA2...v6.1.0-RC1)

  • no significant changes

v6.0.8

27 Apr 17:29
v6.0.8
Compare
Choose a tag to compare

Changelog (v6.0.7...v6.0.8)

  • bug #45928 Fix matching null against a regular expression (ausi)

v5.4.8

27 Apr 17:25
v5.4.8
Compare
Choose a tag to compare

Changelog (v5.4.7...v5.4.8)

  • bug #45928 Fix matching null against a regular expression (ausi)

v4.4.41

27 Apr 17:19
v4.4.41
Compare
Choose a tag to compare

Changelog (v4.4.40...v4.4.41)

  • bug #45928 Fix matching null against a regular expression (ausi)

v6.1.0-BETA1

15 Apr 10:23
v6.1.0-BETA1
Compare
Choose a tag to compare
v6.1.0-BETA1 Pre-release
Pre-release

Changelog (v6.0.7...v6.1.0-BETA1)

  • feature #45795 Add support for null-safe operator (mytuny)
  • feature #45912 Add some more operators (fabpot)
  • feature #45377 Bump minimum version of PHP to 8.1 (nicolas-grekas)
  • feature #44073 Support lexing numbers with underscores and decimals with no leading zero (fancyweb)

v6.0.7

02 Apr 07:04
v6.0.7
Compare
Choose a tag to compare

Changelog (v6.0.6...v6.0.7)

  • bug #45875 Fix matches when the regexp is not valid (fabpot)

v5.4.7

02 Apr 06:33
v5.4.7
Compare
Choose a tag to compare

Changelog (v5.4.6...v5.4.7)

  • bug #45875 Fix matches when the regexp is not valid (fabpot)

v4.4.40

02 Apr 06:01
v4.4.40
Compare
Choose a tag to compare

Changelog (v4.4.39...v4.4.40)

  • bug #45875 Fix matches when the regexp is not valid (fabpot)

v6.0.3

28 Jan 13:07
v6.0.3
Compare
Choose a tag to compare

Changelog (v6.0.2...v6.0.3)

  • no significant changes