Releases: symfony/validator
Releases · symfony/validator
v8.0.8
v7.4.8
Changelog (v7.4.7...v7.4.8)
- no significant changes
v6.4.36
Changelog (v6.4.35...v6.4.36)
- no significant changes
v8.0.7
Changelog (v8.0.6...v8.0.7)
- bug #63599 Fix required options check when extending a constraint with a simplified constructor (@nicolas-grekas)
- bug #63591 Fix when constraint without expression language installed, when using closure expression (@annadamm-check24)
- bug #63534 Regex bypass when match is false with too big input (@vincent4vx)
v7.4.7
Changelog (v7.4.6...v7.4.7)
- bug #63599 Fix required options check when extending a constraint with a simplified constructor (@nicolas-grekas)
- bug #63591 Fix when constraint without expression language installed, when using closure expression (@annadamm-check24)
- bug #63534 Regex bypass when match is false with too big input (@vincent4vx)
v6.4.35
Changelog (v6.4.34...v6.4.35)
- bug #63534 Regex bypass when match is false with too big input (@vincent4vx)
v8.0.6
Changelog (v8.0.5...v8.0.6)
- bug #63476 Correctly handle null
allowedVariablesinExpressionSyntaxValidator(@alexandre-daubois) - bug #52722 Fix type error for non-array items when
Unique::fieldsis set (@aprat84) - bug #63463 Fix required options not validated when constructor calls parent with null (@lacatoire)
- bug #63353 Fix comparison validator crash on extreme dates (@lacatoire)
- bug #63349 Fix AbstractComparison deprecation triggered for array values (@lacatoire)
v7.4.6
Changelog (v7.4.5...v7.4.6)
- bug #63476 Correctly handle null
allowedVariablesinExpressionSyntaxValidator(@alexandre-daubois) - bug #52722 Fix type error for non-array items when
Unique::fieldsis set (@aprat84) - bug #63463 Fix required options not validated when constructor calls parent with null (@lacatoire)
- bug #63353 Fix comparison validator crash on extreme dates (@lacatoire)
- bug #63349 Fix AbstractComparison deprecation triggered for array values (@lacatoire)
v6.4.34
Changelog (v6.4.33...v6.4.34)
- bug #52722 Fix type error for non-array items when
Unique::fieldsis set (@aprat84) - bug #63353 Fix comparison validator crash on extreme dates (@lacatoire)
v8.0.5
Changelog (v8.0.4...v8.0.5)
- no significant changes