Releases: barrage/validr
Releases · barrage/validr
Minor updates to errors
v0.3.0
Typo fixes
Fixed typo in word 'length' everywhere in the code and docs.
Fixed bugs
rule_in! fixed error when &String is evaluated
Final release
Fixed issues with clippy;
Update to ValidationErrors
v0.1.4 Added extractor for all errors in ValidationErrors
Bugfix rule_accepted
v0.1.3 bugfix rule_accepted
Bugfixes and new rules
Added rule_accepted
and rule_not_equal_to
Fix docs
Initial release
This is the first release it includes basic validation rules and basic string modifiers.
It provides building blocks to implement custom validation and modifiers on the object that implements its Validation trait.