What's Changed
- Bump
symfony/validatorversion to7.3(changelog) by @andrepimpao in #6- Add the
filenameCharsetandfilenameCountUnitoptions to theFileconstraint - Deprecate defining custom constraints not supporting named arguments
- Deprecate passing an array of options to the constructors of the constraint classes, pass each option as a dedicated argument instead
- Add support for ratio checks for SVG files to the
Imageconstraint - Add support for the
otherwiseoption in theWhenconstraint - Add support for multiple fields containing nested constraints in
Compositeconstraints - Add the
stopOnFirstErroroption to theUniqueconstraint to validate all elements - Add support for closures in the
Whenconstraint
- Add the
Full Changelog: v0.2.0...v0.3.0