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)