Releases: symfony/validator
Releases · symfony/validator
v7.1.3
Changelog (v7.1.2...v7.1.3)
- bug symfony/symfony#57812 [Validator] treat uninitialized properties referenced by property paths as null (@xabbuh)
- bug symfony/symfony#57678 [Validator] Add
setGroupProvider
toAttributeLoader
(Maximilian Zumbansen)
v7.0.10
Changelog (v7.0.9...v7.0.10)
- bug symfony/symfony#57812 [Validator] treat uninitialized properties referenced by property paths as null (@xabbuh)
- bug symfony/symfony#57678 [Validator] Add
setGroupProvider
toAttributeLoader
(Maximilian Zumbansen)
v6.4.10
Changelog (v6.4.9...v6.4.10)
- bug symfony/symfony#57812 [Validator] treat uninitialized properties referenced by property paths as null (@xabbuh)
v5.4.42
Changelog (v5.4.41...v5.4.42)
- bug symfony/symfony#57812 [Validator] treat uninitialized properties referenced by property paths as null (@xabbuh)
v7.1.2
Changelog (v7.1.1...v7.1.2)
- bug symfony/symfony#57213 [Validator] [UniqueValidator] Use correct variable as parameter in (custom) error message (@seho-nl, Sebastien Hoek)
v7.0.9
Changelog (v7.0.8...v7.0.9)
- bug symfony/symfony#57213 [Validator] [UniqueValidator] Use correct variable as parameter in (custom) error message (@seho-nl, Sebastien Hoek)
v6.4.9
Changelog (v6.4.8...v6.4.9)
- bug symfony/symfony#57213 [Validator] [UniqueValidator] Use correct variable as parameter in (custom) error message (@seho-nl, Sebastien Hoek)
v5.4.41
Changelog (v5.4.40...v5.4.41)
- bug symfony/symfony#57213 [Validator] [UniqueValidator] Use correct variable as parameter in (custom) error message (@seho-nl, Sebastien Hoek)
v7.1.1
Changelog (v7.1.0...v7.1.1)
- bug symfony/symfony#57305 [Validator] do not modify a constraint during validation to not leak its context (@xabbuh)
- bug symfony/symfony#57275 Fix autoload configs to avoid warnings when building optimized autoloaders (@Seldaek)
v7.0.8
Changelog (v7.0.7...v7.0.8)
- bug symfony/symfony#57275 Fix autoload configs to avoid warnings when building optimized autoloaders (@Seldaek)
- bug symfony/symfony#54924 [Validator] IBAN Check digits should always between 2 and 98 (@karstennilsen)
- bug symfony/symfony#54834 [Validator] Check
Locale
class existence before using it (@alexandre-daubois) - bug symfony/symfony#54758 [Validator] handle edge cases when constructing constraints with named arguments (@xabbuh)
- bug symfony/symfony#54760 [Validator] handle union and intersection types for cascaded validations (@xabbuh)