Skip to content

2.3.0

Latest
Compare
Choose a tag to compare
@GuySartorelli GuySartorelli released this 17 Apr 21:58
c81b7ca

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