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
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
Update deps
Vincent Prouillet
2019-10-14
Add utf-8 non-control chars validator
Andras Mocsary
2019-07-13
Update if_chain
Vincent Prouillet
2019-05-01
Cargo fmt + edition 2018 for validator
Vincent Prouillet
2019-05-01
attr_literals is stable \o/
Vincent Prouillet
2019-05-01
Update deps of validator_derive
Vincent Prouillet
2019-04-28
Issue #69: Change `range` to require only one arg
Caroline Glassberg-Powell
2018-09-19
Update deps of validator
Vincent Prouillet
2018-09-19
Prepare for 0.8.0 release
Vincent Prouillet
2018-09-13
Update syn
Vincent Prouillet
2018-09-13
Rustfmt
Vincent Prouillet
2018-09-13
Nested Validation (#60)
Simon Sparks
2018-07-27
Prepare release
Vincent Prouillet
2018-07-27
Added support for validating Cow<'a, str> fields. (#56)
Simon Sparks
2018-06-28
Prepare for release
Vincent Prouillet
2018-06-20
Update syn, quote and bump version
Bastien Orivel
2018-05-29
Some more tweaks
Vincent Prouillet
2018-05-29
Prepare for release
Vincent Prouillet
2018-05-15
feature gate card validator
Erin
2018-04-14
Update syn and quote
Vincent Prouillet
2018-04-13
fix path parsing for regex validators
Erin
2018-03-20
Update changelog
Vincent Prouillet
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
2018-03-18
Optional validator params and wraping for Option<Option<T>>
Sharad Chand
2018-03-18
Added assertions for Option<Option<T>>
Sharad Chand
2018-03-16
Bump version
Bastien Orivel
2018-03-16
Bump syn to 0.12 and quote to 0.4
Bastien Orivel
2018-01-28
Don't emit a warning when a struct with no validator derives Validate
Bastien Orivel
2018-01-25
Update some dependencies
Vincent Prouillet
2017-12-17
Move extraction of message and code in single function
gtors
2017-11-08
Feature gate phone feature in validator_derive as well
Vincent Prouillet
2017-11-08
Update changelog and versions
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-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
[next]