What's Changed
- feat: Add validator that leverages symfony/validation constraints. by @GuySartorelli in #6
The RegexFieldsValidator
is deprecated in this release - use the new ConstraintsValidator
instead. There's a regex constraint if you really do need regex, but for many use cases there are specific constraints that might suit your purposes better.
Full Changelog: 2.2.0...2.3.0