aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorVincent Prouillet2018-03-17 21:11:45 +0100
committerVincent Prouillet2018-03-17 21:11:45 +0100
commit6ce2d3a5264fb337d9a8b5f365fc98387baafa8a (patch)
tree4a00f471a9b3f4829bda582401ed5378c88534ab /README.md
parent066b1a701858a9d85e5ca52441ed1c6e87fb6b5f (diff)
downloadvalidator-6ce2d3a5264fb337d9a8b5f365fc98387baafa8a.tar.bz2
Update changelog
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index a7d57d5..f15c59a 100644
--- a/README.md
+++ b/README.md
@@ -181,8 +181,6 @@ Examples:
#[validate(custom = "::utils::validate_something"]
```
-TODO: have it return a bool and pass a `code` to the `custom` validator instead?
-
## Struct level validation
Often, some error validation can only be applied when looking at the full struct, here's how it works here:
@@ -239,6 +237,10 @@ For example, the following attributes all work:
### validator_derive
+#### 0.6.2 (2018/03/17)
+
+- Update syn and quote
+
#### 0.6.1 (2017/11/08)
- Add international phone number and credit card derive