diff options
| -rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |
