valida 0.2.0
valida: ^0.2.0 copied to clipboard
Create field, params and object validators from code annotations.
0.2.0 2023-07-08. #
Validator
unnamed factory was renamed toValidator.fromFunction
ValidaLength
is a mixin instead of an abstract class
0.1.0-dev.1 2022-08-30. #
Multiple breaking changes
- add generics support
- change global validators to be a class
0.0.2 2021-10-30. #
- add docs
- fix example file path
0.0.1 2021-10-30. #
- Initial release
- Basic types supported
- String
- int
- double
- List
- Map
- Set
- Classes
- Nested objects
- Date
- Duration