acanthis 1.0.0
acanthis: ^1.0.0 copied to clipboard
Acanthis is an easy-to-use validation library for Dart and Flutter.
Changelog #
1.0.0 #
- Upgrade dependencies.
- Add async checks for all validators to allow for a more flexible validation process.
- Add
partialvalidator to object validator. - Add more String validators.
- Rename
customChecktorefinein all validators. - Add
refineAsyncto all validators. - Add
pipeandAcanthisPipelineto allow for more complex validation and transformation processes.
0.1.3 #
0.1.2 #
0.1.1 #
0.1.0 #
Features #
- Add the
nullablevalidator. - Add the
unionvalidator. - Add the
booleanvalidator. - Add transformation functions for all the validators except
nullable,booleanandunion. - Add tests for all the validators (100% coverage 🎉).
- Add documentation for all the validators.
Fixes #
- [#1] Fix the
string().email()validator that will now use theemail_validatorpackage.
0.0.1 #
- Initial version.