Releases: symfony/validator
Releases · symfony/validator
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
Localeclass 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)
v6.4.8
Changelog (v6.4.7...v6.4.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
Localeclass 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)
v5.4.40
Changelog (v5.4.39...v5.4.40)
- 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
Localeclass existence before using it (@alexandre-daubois) - bug symfony/symfony#54760 [Validator] handle union and intersection types for cascaded validations (@xabbuh)
v7.1.0
Changelog (v7.1.0-RC1...v7.1.0)
- bug symfony/symfony#56827 Fix CharsetValidator with string encoding (@alamirault)
v7.1.0-RC1
Changelog (v7.1.0-BETA1...v7.1.0-RC1)
- bug symfony/symfony#54924 [Validator] IBAN Check digits should always between 2 and 98 (@karstennilsen)
- bug symfony/symfony#54834 [Validator] Check
Localeclass existence before using it (@alexandre-daubois)
v7.1.0-BETA1
Changelog (v7.0.7...v7.1.0-BETA1)
- feature symfony/symfony#54473 [Validator] Add support for types (
ALL*,LOCAL_*,UNIVERSAL_*,UNICAST_*,MULTICAST_*,BROADCAST) inMacAddressconstraint (@Ninos) - feature symfony/symfony#54535 [Validator] Deprecate
Bic::INVALID_BANK_CODE_ERROR(@MatTheCat) - feature symfony/symfony#53160 [PropertyInfo] Deprecate PropertyInfo Type (@mtarld)
- feature symfony/symfony#54408 [Validator] Add a
requireTldoption toUrlconstraint (@javiereguiluz) - feature symfony/symfony#54479 [Validator] set the password strength as a violation parameter (@xabbuh)
- feature symfony/symfony#52658 [Validator] Add additional versions (
*_NO_PUBLIC,*_ONLY_PRIV&*_ONLY_RES) in IP address & CIDR constraint (@Ninos) - feature symfony/symfony#53374 [Validator] support
\Stringableinstances in all constraints (@xabbuh) - feature symfony/symfony#51862 [Validator] Add
MacAddressconstraint for validating MAC address (@Ninos) - feature symfony/symfony#53249 [Validator] support
Stringableinstances inCharsetValidator(@xabbuh) - feature symfony/symfony#53154 [Validator] Add the
Charsetconstraint (@alexandre-daubois) - feature symfony/symfony#52954 [Validator] Add
listandassociative_arraytypes toTypeconstraint (Florian Hermann)