diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 | 
1 files changed, 10 insertions, 0 deletions
| @@ -302,6 +302,10 @@ For example, the following attributes all work:  ### validator +#### 0.10.0 (2019/10/18) + +- Add `non_control_characters` validation +  #### 0.9.0 (2019/05/xx)  - `ValidationErrors::errors` and `ValidationErrors::field_errors` now use `&self` instead of `self` @@ -333,6 +337,12 @@ For example, the following attributes all work:  ### validator_derive + +#### 0.10.0 (2019/10/18) + +- Update syn & quote +- Move to edition 2018 +  #### 0.9.0 (2019/05/xx)  - Use literals in macros now that it's stable -> bumping minimum Rust version to 1.30 | 
