Skip to content

Releases: GuySartorelli/silverstripe-composable-validators

2.3.0

17 Apr 21:58
c81b7ca
Compare
Choose a tag to compare

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

19 Mar 22:40
c81b7ca
Compare
Choose a tag to compare
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

2.2.0

18 Oct 02:53
a5cf78c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.0...2.2.0

2.2.0-rc1

28 Sep 02:37
a5cf78c
Compare
Choose a tag to compare
2.2.0-rc1 Pre-release
Pre-release

What's Changed

Full Changelog: 2.1.0...2.2.0-rc1

2.1.0

07 Sep 02:38
c8e08d0
Compare
Choose a tag to compare

What's Changed

  • FIX Replace new FieldsValidator with SimpleFieldsValidator by @GuySartorelli in #2

Full Changelog: 2.0.0...2.1.0

2.0.0

07 Sep 02:34
e14c62a
Compare
Choose a tag to compare

Silverstripe CMS 5 compatibility

Full Changelog: 1.0.0...2.0.0

1.1.0

10 Aug 02:32
eefc7d8
Compare
Choose a tag to compare

What's Changed

  • FIX Replace new FieldsValidator with SimpleFieldsValidator by @GuySartorelli in #2

Full Changelog: 1.0.0...1.1.0

1.0.0

11 Jul 00:39
98971ea
Compare
Choose a tag to compare

Initial release of the public version of this module.