index
:
validator
master
readme--update-custom-function-return-value
Simple validation for Rust structs
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
validator_derive
/
tests
Age
Commit message (
Expand
)
Author
2020-06-09
Slight tweak on a test
Vincent Prouillet
2020-06-09
Merge pull request #103 from ShadoySV/master
Vincent Prouillet
2020-05-28
required_nested implementation
ShadoySV
2020-05-27
Add a blanket Validate implementation for references
Lucas Pickering
2020-05-20
required validation
ShadoySV
2020-04-12
Fix CI
Vincent Prouillet
2019-10-17
Fix bug + cargo fmt
Vincent Prouillet
2019-10-14
Add utf-8 non-control chars validator
Andras Mocsary
2019-05-01
Cargo fmt + edition 2018 for validator
Vincent Prouillet
2019-05-01
attr_literals is stable \o/
Vincent Prouillet
2019-04-28
Issue #69: Change `range` to require only one arg
Caroline Glassberg-Powell
2018-09-13
Rustfmt
Vincent Prouillet
2018-09-13
Nested Validation (#60)
Simon Sparks
2018-07-27
Added support for validating Cow<'a, str> fields. (#56)
Simon Sparks
2018-05-29
Prepare for release
Vincent Prouillet
2018-04-13
fix path parsing for regex validators
Erin
2018-03-20
Merge pull request #44 from csharad/double-option
Vincent Prouillet
2018-03-18
Fix path parsing for custom validators
Bastien Orivel
2018-03-18
Added test to validate None values
Sharad Chand
2018-03-18
Added Option<Option<Vec<T>> field to test
Sharad Chand
2018-03-18
Added complex tests
Sharad Chand
2017-11-08
Feature gate phone feature in validator_derive as well
Vincent Prouillet
2017-11-08
Add missing credit_card derive impl
Vincent Prouillet
2017-11-08
Merge branch 'master' of https://github.com/valeriansaliou/validator into val...
Vincent Prouillet
2017-11-07
Ability to validate an international phone number
Valerian Saliou
2017-09-28
[#29] Add test for `?` operator
Dmitry Vdovin
2017-05-28
Revamp
Vincent Prouillet
2017-05-22
Add test for Option in range validator
Vincent Prouillet
2017-02-14
Fix compile fail tests
Vincent Prouillet
2017-01-28
Update deps
Vincent Prouillet
2017-01-19
Ignore unused val in test
Vincent Prouillet
2017-01-19
Validators work for Option<TYPE>
Vincent Prouillet
2017-01-19
Validator works for Option<&
Vincent Prouillet
2017-01-19
Make it work with lifetimes
Vincent Prouillet
2017-01-18
Add regex validator
Vincent Prouillet
2017-01-18
Add contains validator
Vincent Prouillet
2017-01-17
Remove need for attr_literals
Vincent Prouillet
2017-01-16
Struct level validation
Vincent Prouillet
2017-01-16
Update regex and drop proc_macro feature, its stable
Vincent Prouillet
2016-12-29
Added must_match
Vincent Prouillet
2016-12-28
Initial commit
Vincent Prouillet