aboutsummaryrefslogtreecommitdiffstats
path: root/validator_derive/tests
AgeCommit message (Expand)Author
2020-06-09Slight tweak on a testVincent Prouillet
2020-06-09Merge pull request #103 from ShadoySV/masterVincent Prouillet
2020-05-28required_nested implementationShadoySV
2020-05-27Add a blanket Validate implementation for referencesLucas Pickering
2020-05-20required validationShadoySV
2020-04-12Fix CIVincent Prouillet
2019-10-17Fix bug + cargo fmtVincent Prouillet
2019-10-14Add utf-8 non-control chars validatorAndras Mocsary
2019-05-01Cargo fmt + edition 2018 for validatorVincent Prouillet
2019-05-01attr_literals is stable \o/Vincent Prouillet
2019-04-28Issue #69: Change `range` to require only one argCaroline Glassberg-Powell
2018-09-13RustfmtVincent Prouillet
2018-09-13Nested Validation (#60)Simon Sparks
2018-07-27Added support for validating Cow<'a, str> fields. (#56)Simon Sparks
2018-05-29Prepare for releaseVincent Prouillet
2018-04-13fix path parsing for regex validatorsErin
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
2017-11-08Feature gate phone feature in validator_derive as wellVincent 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-05-28RevampVincent Prouillet
2017-05-22Add test for Option in range validatorVincent Prouillet
2017-02-14Fix compile fail testsVincent Prouillet
2017-01-28Update depsVincent Prouillet
2017-01-19Ignore unused val in testVincent Prouillet
2017-01-19Validators work for Option<TYPE>Vincent Prouillet
2017-01-19Validator works for Option<&Vincent Prouillet
2017-01-19Make it work with lifetimesVincent Prouillet
2017-01-18Add regex validatorVincent Prouillet
2017-01-18Add contains validatorVincent Prouillet
2017-01-17Remove need for attr_literalsVincent Prouillet
2017-01-16Struct level validationVincent Prouillet
2017-01-16Update regex and drop proc_macro feature, its stableVincent Prouillet
2016-12-29Added must_matchVincent Prouillet
2016-12-28Initial commitVincent Prouillet