diff options
| author | Vincent Prouillet | 2017-01-18 01:31:58 +0900 | 
|---|---|---|
| committer | Vincent Prouillet | 2017-01-18 01:31:58 +0900 | 
| commit | 087a56c6c68ade900cfb40de213d4977229b920f (patch) | |
| tree | 81adf0b7d7a700799b2580145131129c98371eab /README.md | |
| parent | 3de07e80ed2d961bc0b07d7971a04c590f0a8290 (diff) | |
| download | validator-087a56c6c68ade900cfb40de213d4977229b920f.tar.bz2 | |
v0.3.0
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 | 
1 files changed, 5 insertions, 0 deletions
| @@ -169,6 +169,11 @@ if an error happened while validating the struct fields.  ## Changelog +### 0.3.0 (2017/01/17) + +- Add `contains` and `regex` validator +- BREAKING: change `Errors` type to be a newtype in order to extend it +  ### 0.2.0 (2017/01/17)  - Remove need for `attr_literals` feature | 
