verify 1.0.3 verify: ^1.0.3 copied to clipboard
Validations made simple. An extension based validation DSL.
[1.0.3] - Changelog #
- Added ignoreWhen, ignoreNull to bypass validators
- Added shorthands for accesing the firstError and the valided input
- Modified checkField behaviour to ignore failures if field is null.
- Added filtering options by specifying type parameter to verify
- Removed equatable dependency