Skip to content

2.3.0-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@GuySartorelli GuySartorelli released this 19 Mar 22:40
· 4 commits to 2.3 since this release
c81b7ca

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