Releases: symfony/validator
Releases · symfony/validator
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)
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
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)
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
Locale
class 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
Locale
class 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
) inMacAddress
constraint (@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
requireTld
option toUrl
constraint (@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
\Stringable
instances in all constraints (@xabbuh) - feature symfony/symfony#51862 [Validator] Add
MacAddress
constraint for validating MAC address (@Ninos) - feature symfony/symfony#53249 [Validator] support
Stringable
instances inCharsetValidator
(@xabbuh) - feature symfony/symfony#53154 [Validator] Add the
Charset
constraint (@alexandre-daubois) - feature symfony/symfony#52954 [Validator] Add
list
andassociative_array
types toType
constraint (Florian Hermann)
v7.0.7
Changelog (v7.0.6...v7.0.7)
- bug symfony/symfony#54750 [Validator] detect wrong usages of minMessage/maxMessage in options (@xabbuh)
- bug symfony/symfony#54751 [Validator] detect wrong e-mail validation modes (@xabbuh)
- bug symfony/symfony#54487 [Validator] Accept
Stringable
inExecutionContext::build/addViolation()
(@alexandre-daubois)
v6.4.7
Changelog (v6.4.6...v6.4.7)
- bug symfony/symfony#54750 [Validator] detect wrong usages of minMessage/maxMessage in options (@xabbuh)
- bug symfony/symfony#54751 [Validator] detect wrong e-mail validation modes (@xabbuh)
- bug symfony/symfony#54487 [Validator] Accept
Stringable
inExecutionContext::build/addViolation()
(@alexandre-daubois)
v5.4.39
Changelog (v5.4.38...v5.4.39)
- bug symfony/symfony#54751 [Validator] detect wrong e-mail validation modes (@xabbuh)
v7.0.6
Changelog (v7.0.5...v7.0.6)
- bug symfony/symfony#54191 [Validator] add missing invalid extension error entry (@xabbuh)
- bug symfony/symfony#54219 [Validator] Allow BICs’ first four characters to be digits (@MatTheCat)
- bug symfony/symfony#54137 [Validator] UniqueValidator - normalize before reducing keys (@Brajk19)