aceeditor-bundle
aceeditor-bundle copied to clipboard
Bump symfony/expression-language from 6.4.8 to 7.1.4
Bumps symfony/expression-language from 6.4.8 to 7.1.4.
Release notes
Sourced from symfony/expression-language's releases.
v7.1.4
Changelog (https://github.com/symfony/expression-language/compare/v7.1.3...v7.1.4)
- no significant changes
v7.1.1
Changelog (https://github.com/symfony/expression-language/compare/v7.1.0...v7.1.1)
- no significant changes
v7.1.0
Changelog (https://github.com/symfony/expression-language/compare/v7.1.0-RC1...v7.1.0)
- no significant changes
v7.1.0-RC1
Changelog (https://github.com/symfony/expression-language/compare/v7.1.0-BETA1...v7.1.0-RC1)
- no significant changes
v7.1.0-BETA1
Changelog (https://github.com/symfony/expression-language/compare/v7.0.7...v7.1.0-BETA1)
- feature symfony/symfony#53806 [ExpressionLanguage] Add more configurability to the parsing/linting methods (
@fabpot
)- feature symfony/symfony#53728 [ExpressionLanguage] Add
min
andmax
php functions (@maxbeckers
)v7.0.8
Changelog (https://github.com/symfony/expression-language/compare/v7.0.7...v7.0.8)
- no significant changes
v7.0.7
Changelog (https://github.com/symfony/expression-language/compare/v7.0.6...v7.0.7)
- no significant changes
v7.0.3
Changelog (https://github.com/symfony/expression-language/compare/v7.0.2...v7.0.3)
- no significant changes
v7.0.2
Changelog (https://github.com/symfony/expression-language/compare/v7.0.1...v7.0.2)
- bug symfony/symfony#52964 [ExpressionLanguage] Fix null coalescing propagation (
@fancyweb
)v7.0.0
Changelog (https://github.com/symfony/expression-language/compare/v7.0.0-RC2...v7.0.0)
- no significant changes
... (truncated)
Changelog
Sourced from symfony/expression-language's changelog.
CHANGELOG
7.1
- Add support for PHP
min
andmax
functions- Add
Parser::IGNORE_UNKNOWN_VARIABLES
andParser::IGNORE_UNKNOWN_FUNCTIONS
flags to control whether parsing and linting should check for unknown variables and functions.- Deprecate passing
null
as the allowed variable names toExpressionLanguage::lint()
andParser::lint()
, pass theIGNORE_UNKNOWN_VARIABLES
flag instead to ignore unknown variables during linting7.0
- The
in
andnot in
operators now use strict comparison6.3
- Add
enum
expression function- Deprecate loose comparisons when using the "in" operator; normalize the array parameter so it only has the expected types or implement loose matching in your own expression function
6.2
- Add support for null-coalescing syntax
6.1
- Add support for null-safe syntax when parsing object's methods and properties
- Add new operators:
contains
,starts with
andends with
- Support lexing numbers with the numeric literal separator
_
- Support lexing decimals with no leading zero
5.1.0
- added
lint
method toExpressionLanguage
class- added
lint
method toParser
class4.0.0
- the first argument of the
ExpressionLanguage
constructor must be an instance ofCacheItemPoolInterface
- removed the
ArrayParserCache
andParserCacheAdapter
classes- removed the
ParserCacheInterface
... (truncated)
Commits
b9e4bc6
Merge branch '6.4' into 7.1564e109
Merge branch '5.4' into 6.49d23f7b
[ExpressionLanguage] Improve test coverage463cb95
Merge branch '7.0' into 7.18e64bd4
Merge branch '6.4' into 7.093e7883
Add missing UPGRADE notes for 7.11cd86da
Merge branch '7.0' into 7.1b8ec919
Merge branch '6.4' into 7.0679e0bc
document deprecation and fix test684ac49
[ExpressionLanguage] Add more configurability to the parsing/linting methods- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)