2.3.0-beta1
Pre-release
Pre-release
This release requires silverstripe/framework 5.2.0 which will be released in mid April.
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-beta1