Releases: GuySartorelli/silverstripe-composable-validators
2.3.0
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
2.3.0-beta1
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
2.2.0
What's Changed
- MNT Add testing recipe for CI to work nicely by @GuySartorelli in #4
- ENH Use the core ArrayList Searchfilter functionality by @GuySartorelli in #3
Full Changelog: 2.1.0...2.2.0
2.2.0-rc1
What's Changed
- ENH Use the core ArrayList Searchfilter functionality by @GuySartorelli in #3
Full Changelog: 2.1.0...2.2.0-rc1
2.1.0
What's Changed
- FIX Replace new FieldsValidator with SimpleFieldsValidator by @GuySartorelli in #2
Full Changelog: 2.0.0...2.1.0
2.0.0
Silverstripe CMS 5 compatibility
Full Changelog: 1.0.0...2.0.0
1.1.0
What's Changed
- FIX Replace new FieldsValidator with SimpleFieldsValidator by @GuySartorelli in #2
Full Changelog: 1.0.0...1.1.0
1.0.0
Initial release of the public version of this module.