Releases: symfony/expression-language
Releases · symfony/expression-language
v6.1.0
Changelog (v6.1.0-RC1...v6.1.0)
- bug #46454 Fix null-safe chaining (HypeMC)
v6.1.0-RC1
Changelog (v6.1.0-BETA2...v6.1.0-RC1)
- no significant changes
v6.0.8
Changelog (v6.0.7...v6.0.8)
- bug #45928 Fix matching null against a regular expression (ausi)
v5.4.8
Changelog (v5.4.7...v5.4.8)
- bug #45928 Fix matching null against a regular expression (ausi)
v4.4.41
Changelog (v4.4.40...v4.4.41)
- bug #45928 Fix matching null against a regular expression (ausi)
v6.1.0-BETA1
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
Changelog (v6.0.6...v6.0.7)
- bug #45875 Fix matches when the regexp is not valid (fabpot)
v5.4.7
Changelog (v5.4.6...v5.4.7)
- bug #45875 Fix matches when the regexp is not valid (fabpot)
v4.4.40
Changelog (v4.4.39...v4.4.40)
- bug #45875 Fix matches when the regexp is not valid (fabpot)
v6.0.3
Changelog (v6.0.2...v6.0.3)
- no significant changes