Skip to content

Releases: barrage/validr

Minor updates to errors

28 Jul 09:23
Compare
Choose a tag to compare
v0.3.1

update readme

v0.3.0

07 Apr 09:22
d11ce52
Compare
Choose a tag to compare

Upgrading to actix v4

Typo fixes

01 Jun 07:23
a48cf55
Compare
Choose a tag to compare

Fixed typo in word 'length' everywhere in the code and docs.

Fixed bugs

24 Feb 15:44
3383764
Compare
Choose a tag to compare

rule_in! fixed error when &String is evaluated

Final release

26 Jan 12:09
Compare
Choose a tag to compare

Fixed issues with clippy;

Update to ValidationErrors

25 Jan 11:53
Compare
Choose a tag to compare
v0.1.4

Added extractor for all errors in ValidationErrors

Bugfix rule_accepted

25 Jan 11:37
Compare
Choose a tag to compare
v0.1.3

bugfix rule_accepted

Bugfixes and new rules

25 Jan 09:24
Compare
Choose a tag to compare

Added rule_accepted and rule_not_equal_to

Fix docs

24 Jan 11:32
Compare
Choose a tag to compare

Fixing documentation

Initial release

24 Jan 11:01
Compare
Choose a tag to compare

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.