aboutsummaryrefslogtreecommitdiffstats
path: root/validator_derive
AgeCommit message (Expand)Author
2020-05-20required validationShadoySV
2020-04-12Fix CIVincent Prouillet
2019-10-17Fix bug + cargo fmtVincent Prouillet
2019-10-14Update depsVincent Prouillet
2019-10-14Add utf-8 non-control chars validatorAndras Mocsary
2019-07-13Update if_chainVincent Prouillet
2019-05-01Cargo fmt + edition 2018 for validatorVincent Prouillet
2019-05-01attr_literals is stable \o/Vincent Prouillet
2019-05-01Update deps of validator_deriveVincent Prouillet
2019-04-28Issue #69: Change `range` to require only one argCaroline Glassberg-Powell
2018-09-19Update deps of validatorVincent Prouillet
2018-09-19Prepare for 0.8.0 releaseVincent Prouillet
2018-09-13Update synVincent Prouillet
2018-09-13RustfmtVincent Prouillet
2018-09-13Nested Validation (#60)Simon Sparks
2018-07-27Prepare releaseVincent Prouillet
2018-07-27Added support for validating Cow<'a, str> fields. (#56)Simon Sparks
2018-06-28Prepare for releaseVincent Prouillet
2018-06-20Update syn, quote and bump versionBastien Orivel
2018-05-29Some more tweaksVincent Prouillet
2018-05-29Prepare for releaseVincent Prouillet
2018-05-15feature gate card validatorErin
2018-04-14Update syn and quoteVincent Prouillet
2018-04-13fix path parsing for regex validatorsErin
2018-03-20Update changelogVincent Prouillet
2018-03-20Merge pull request #44 from csharad/double-optionVincent Prouillet
2018-03-18Fix path parsing for custom validatorsBastien Orivel
2018-03-18Added test to validate None valuesSharad Chand
2018-03-18Added Option<Option<Vec<T>> field to testSharad Chand
2018-03-18Added complex testsSharad Chand
2018-03-18Optional validator params and wraping for Option<Option<T>>Sharad Chand
2018-03-18Added assertions for Option<Option<T>>Sharad Chand
2018-03-16Bump versionBastien Orivel
2018-03-16Bump syn to 0.12 and quote to 0.4Bastien Orivel
2018-01-28Don't emit a warning when a struct with no validator derives ValidateBastien Orivel
2018-01-25Update some dependenciesVincent Prouillet
2017-12-17Move extraction of message and code in single functiongtors
2017-11-08Feature gate phone feature in validator_derive as wellVincent Prouillet
2017-11-08Update changelog and versionsVincent Prouillet
2017-11-08Add missing credit_card derive implVincent Prouillet
2017-11-08Merge branch 'master' of https://github.com/valeriansaliou/validator into val...Vincent Prouillet
2017-11-07Ability to validate an international phone numberValerian Saliou
2017-09-28[#29] Add test for `?` operatorDmitry Vdovin
2017-08-12Update validator_derive to use crates.io for validatorVincent Prouillet
2017-07-19Update readmeVincent Prouillet
2017-05-28RevampVincent Prouillet
2017-05-22v0.5.0 of validator_deriveVincent Prouillet
2017-05-22Update serde to 1.0Vincent Prouillet
2017-05-22Add test for Option in range validatorVincent Prouillet
2017-05-22Added missing signs; fixes issue #23René Perschon