Releases: symfony/validator
Releases · symfony/validator
v7.1.6
Changelog (v7.1.5...v7.1.6)
- bug symfony/symfony#58615 [Validator] [Choice] Fix callback option if not array returned (@symfonyaml)
- bug symfony/symfony#58387 [Validator][CidrValidator] Fix error message for
OutOfRangeNetmask
validation (@Fabdouarrahmane)
v6.4.13
Changelog (v6.4.12...v6.4.13)
- bug symfony/symfony#58615 [Validator] [Choice] Fix callback option if not array returned (@symfonyaml)
v5.4.45
Changelog (v5.4.44...v5.4.45)
- bug symfony/symfony#58615 [Validator] [Choice] Fix callback option if not array returned (@symfonyaml)
v7.1.5
Changelog (v7.1.4...v7.1.5)
- bug symfony/symfony#58316 [Form] Don't call the constructor of LogicalOr (@derrabus)
- bug symfony/symfony#58266 [HttpKernel] pass CSV escape characters explicitly (@xabbuh)
v6.4.12
Changelog (v6.4.11...v6.4.12)
- bug symfony/symfony#58316 [Form] Don't call the constructor of LogicalOr (@derrabus)
- bug symfony/symfony#58266 [HttpKernel] pass CSV escape characters explicitly (@xabbuh)
v5.4.44
Changelog (v5.4.43...v5.4.44)
- bug symfony/symfony#58316 [Form] Don't call the constructor of LogicalOr (@derrabus)
- bug symfony/symfony#58266 [HttpKernel] pass CSV escape characters explicitly (@xabbuh)
v7.1.4
Changelog (v7.1.3...v7.1.4)
- bug symfony/symfony#58127 [Validator] synchronize IBAN formats (@xabbuh)
- bug symfony/symfony#57984 [Validator] Add
D
regex modifier in relevant validators (@alexandre-daubois) - bug symfony/symfony#57925 [Validator] reset the validation context after validating nested constraints (@xabbuh)
- bug symfony/symfony#57905 [Validator] allow more unicode characters in URL paths (@xabbuh)
- bug symfony/symfony#57894 [Validator] Add
tldMessage
parameter toUrl
constraint constructor (@syjust)
v6.4.11
Changelog (v6.4.10...v6.4.11)
- bug symfony/symfony#58127 [Validator] synchronize IBAN formats (@xabbuh)
- bug symfony/symfony#57984 [Validator] Add
D
regex modifier in relevant validators (@alexandre-daubois) - bug symfony/symfony#57925 [Validator] reset the validation context after validating nested constraints (@xabbuh)
- bug symfony/symfony#57905 [Validator] allow more unicode characters in URL paths (@xabbuh)
v5.4.43
Changelog (v5.4.42...v5.4.43)
- bug symfony/symfony#58127 [Validator] synchronize IBAN formats (@xabbuh)
- bug symfony/symfony#57984 [Validator] Add
D
regex modifier in relevant validators (@alexandre-daubois) - bug symfony/symfony#57925 [Validator] reset the validation context after validating nested constraints (@xabbuh)
- bug symfony/symfony#57905 [Validator] allow more unicode characters in URL paths (@xabbuh)
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)