aboutsummaryrefslogtreecommitdiffstats
path: root/validator_derive/src
AgeCommit message (Expand)Author
2018-05-29Prepare for releaseVincent Prouillet
2018-05-15feature gate card validatorErin
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-18Optional validator params and wraping for Option<Option<T>>Sharad Chand
2018-03-18Added assertions for Option<Option<T>>Sharad Chand
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
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-08Add missing credit_card derive implVincent Prouillet
2017-11-07Ability to validate an international phone numberValerian Saliou
2017-05-28RevampVincent Prouillet
2017-05-22Added missing signs; fixes issue #23René Perschon
2017-02-10Ignore unused ident in patterntheduke
2017-02-10validator_derive: Properly skip foreign attributes.theduke
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-17validator_derive v0.2Vincent 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