diff options
| author | Vincent Prouillet | 2018-03-17 21:11:45 +0100 | 
|---|---|---|
| committer | Vincent Prouillet | 2018-03-17 21:11:45 +0100 | 
| commit | 6ce2d3a5264fb337d9a8b5f365fc98387baafa8a (patch) | |
| tree | 4a00f471a9b3f4829bda582401ed5378c88534ab /README.md | |
| parent | 066b1a701858a9d85e5ca52441ed1c6e87fb6b5f (diff) | |
| download | validator-6ce2d3a5264fb337d9a8b5f365fc98387baafa8a.tar.bz2 | |
Update changelog
Diffstat (limited to 'README.md')
| -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 | 
