Skip to content

Commit

Permalink
added changelogs;
Browse files Browse the repository at this point in the history
  • Loading branch information
aprilmintacpineda committed Feb 26, 2018
1 parent 3ee0574 commit 8f27e44
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ dev
__tests__
src
.babelrc
package.json
package.json
changelogs
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Docs
- [Validation rules](https://github.com/aprilmintacpineda/smart-input-validator/wiki/List-of-Validation-Rules)
- [change logs](https://github.com/aprilmintacpineda/smart-input-validator/changelogs)

## Guide

Expand Down
3 changes: 3 additions & 0 deletions changelogs/v1.1.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- __Renamed__ `max`, `min`, `between`, and `len` to `maxLen`, `minLen`, `betweenLen`, and `exactLen`.
- __Added__ `max`, `min`, `between`, `exactly` which can be used to validate a numeric field.
- __Added__ `bool` which can be used to validate a boolean field.

0 comments on commit 8f27e44

Please sign in to comment.