aboutsummaryrefslogtreecommitdiffstats
path: root/validator_derive/tests/compile-fail/range
AgeCommit message (Collapse)Author
2019-04-28Issue #69: Change `range` to require only one argCaroline Glassberg-Powell
Currently range is hard-coded to take both max and min. This is unhelpful in cases where we may only want to check one of the bounds. Update so that it behaves more like the `length` validator and can take either max or min, as well as both. Also ensure that at least one of them is supplied.
2017-05-28RevampVincent Prouillet
2017-02-14Fix compile fail testsVincent Prouillet
2017-01-28Update depsVincent Prouillet
2017-01-17Remove need for attr_literalsVincent Prouillet
2016-12-28Initial commitVincent Prouillet