v7.2.0-BETA1
Pre-release
Pre-release
Changelog (v7.1.6...v7.2.0-BETA1)
- feature symfony/symfony#58512 [Validator] Pass context to expressions used in
When
constraints (@KoNekoD) - feature symfony/symfony#58062 [Validator] Add $groups and $payload to Compound constructor (@derrabus)
- feature symfony/symfony#49547 [Validator] Add
CompoundConstraintTestCase
to ease testing Compound Constraints (@alexandre-daubois) - feature symfony/symfony#57908 [Validator] Add
Week
constraint (@alexandre-daubois) - feature symfony/symfony#57938 [Validator] Add support for RFC4122 format in the
Ulid
constraint (@alexandre-daubois) - feature symfony/symfony#57716 [Validator] Add the
WordCount
constraint (@alexandre-daubois) - feature symfony/symfony#57438 [Validator] Add the
format
option to theUlid
constraint to allow accepting different ULID formats (@alexandre-daubois) - feature symfony/symfony#57436 [Validator] Add
errorPath
to Unique constraint (@norkunas) - feature symfony/symfony#57380 [Validator] fix IBAN validator fails if IBAN contains non-breaking space (@antten)
- feature symfony/symfony#53749 [Validator] Add
Yaml
constraint for validating YAML content (@symfonyaml) - feature symfony/symfony#54879 BicValidator add strict mode to validate bics in strict mode (@maxbeckers)
- feature symfony/symfony#54881 [Validator] Make
PasswordStrengthValidator::estimateStrength()
public (@yalit)