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
Age
Commit message (
Expand
)
Author
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-08-12
Update validator_derive to use crates.io for validator
Vincent Prouillet
2017-07-19
Update readme
Vincent Prouillet
2017-05-28
Revamp
Vincent Prouillet
2017-05-22
v0.5.0 of validator_derive
Vincent Prouillet
2017-05-22
Update serde to 1.0
Vincent Prouillet
2017-05-22
Add test for Option in range validator
Vincent Prouillet
2017-05-22
Added missing signs; fixes issue #23
René Perschon
2017-02-14
validator_derive 0.4.1
Vincent Prouillet
2017-02-14
Fix compile fail tests
Vincent Prouillet
2017-02-10
Ignore unused ident in pattern
theduke
2017-02-10
validator_derive: Properly skip foreign attributes.
theduke
2017-01-30
Version 0.4.0
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-19
v0.3.0
Vincent Prouillet
2017-01-18
Add regex validator
Vincent Prouillet
2017-01-18
Add contains validator
Vincent Prouillet
2017-01-18
Remove * for compiletest_rs version
Vincent Prouillet
2017-01-18
v0.2.0 validator
Vincent Prouillet
2017-01-17
validator_derive v0.2
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