aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-08-120.6.0 was released today, update changelogVincent Prouillet
2017-08-12Update validator_derive to use crates.io for validatorVincent Prouillet
2017-07-19Update readmeVincent Prouillet
2017-07-19Merge pull request #27 from Keats/revampVincent Prouillet
Complete refactor
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-22Merge pull request #24 from Leopard2A5/masterVincent Prouillet
Added missing signs; fixes issue #23
2017-05-22Added missing signs; fixes issue #23René Perschon
2017-03-25Merge pull request #18 from theduke/masterVincent Prouillet
Implement Error for Errors.
2017-02-16Implement Error for Errors.theduke
For Dispaly, it's not the prettiest output imaginable, since it just contains error codes. But it's still better than nothing.
2017-02-14validator_derive 0.4.1Vincent Prouillet
2017-02-14Fix compile fail testsVincent Prouillet
2017-02-12Merge pull request #17 from theduke/masterVincent Prouillet
validator_derive: Properly skip foreign attributes.
2017-02-10Ignore unused ident in patterntheduke
2017-02-10validator_derive: Properly skip foreign attributes.theduke
The old code only skips attributes if they are MetaItem::List. With a simple change, all attributes are skipped if they are not named "validate".
2017-02-03Or notVincent Prouillet
2017-02-03Add stable and beta to travisVincent Prouillet
2017-01-30Version 0.4.0Vincent Prouillet
2017-01-28Update depsVincent Prouillet
2017-01-19Ignore unused val in testVincent Prouillet
2017-01-19Update readmeVincent 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-19Use chars().count() instead of len()Vincent Prouillet
2017-01-19v0.3.0Vincent Prouillet
2017-01-18v0.3.0Vincent Prouillet
2017-01-18Add regex validatorVincent Prouillet
2017-01-18Add contains validatorVincent Prouillet
2017-01-18Remove * for compiletest_rs versionVincent Prouillet
2017-01-18v0.2.0 validatorVincent Prouillet
2017-01-17Update README.mdVincent Prouillet
2017-01-17Update README.mdVincent Prouillet
2017-01-17validator_derive v0.2Vincent Prouillet
2017-01-17Add changelogVincent 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-28Update README.mdVincent Prouillet
2016-12-28Initial commitVincent Prouillet