silverstripe-composable-validators

Reusable validators that can be composed together for use in the Silverstripe framework

BSD-3-CLAUSE License

Downloads
1.1K
Stars
5

Bot releases are hidden (Show)

silverstripe-composable-validators - 2.3.0 Latest Release

Published by GuySartorelli 6 months ago

What's Changed

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: https://github.com/GuySartorelli/silverstripe-composable-validators/compare/2.2.0...2.3.0

silverstripe-composable-validators - 2.3.0-beta1

Published by GuySartorelli 7 months ago

This release requires silverstripe/framework 5.2.0 which will be released in mid April.

What's Changed

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: https://github.com/GuySartorelli/silverstripe-composable-validators/compare/2.2.0...2.3.0-beta1

silverstripe-composable-validators - 2.2.0

Published by GuySartorelli about 1 year ago

What's Changed

Full Changelog: https://github.com/GuySartorelli/silverstripe-composable-validators/compare/2.1.0...2.2.0

silverstripe-composable-validators - 2.2.0-rc1

Published by GuySartorelli about 1 year ago

silverstripe-composable-validators - 2.1.0

Published by GuySartorelli about 1 year ago

What's Changed

Full Changelog: https://github.com/GuySartorelli/silverstripe-composable-validators/compare/2.0.0...2.1.0

silverstripe-composable-validators - 2.0.0

Published by GuySartorelli about 1 year ago

silverstripe-composable-validators - 1.1.0

Published by GuySartorelli about 1 year ago

What's Changed

Full Changelog: https://github.com/GuySartorelli/silverstripe-composable-validators/compare/1.0.0...1.1.0

silverstripe-composable-validators - 1.0.0

Published by GuySartorelli over 1 year ago

Initial release of the public version of this module.