Skip to content

Commit

Permalink
chore(release): 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Oct 2, 2020
1 parent 3014ba1 commit 197f0a7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 17 deletions.
25 changes: 10 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [2.4.0](https://github.com/ziccardi/json-data-validator/compare/2.3.0...2.4.0) (2020-10-02)


### Features

* added a new 'requiredBy' rule to configure field dependencies ([3014ba1](https://github.com/ziccardi/json-data-validator/commit/3014ba18a73e0f4d386704e36c2c438a60270035))
* added parameters to the generic rule class to pass the whole form to the validator ([abd9813](https://github.com/ziccardi/json-data-validator/commit/abd98139d52a8ee609284ea46e5047b7cc017bec))



# [2.3.0](https://github.com/ziccardi/json-data-validator/compare/2.2.0...2.3.0) (2020-09-14)


Expand Down Expand Up @@ -34,18 +44,3 @@



# [2.0.0](https://github.com/ziccardi/json-data-validator/compare/1.0.0...2.0.0) (2020-07-21)


### Bug Fixes

* **builder:** fixed fluent api for the required rule builder ([37833c2](https://github.com/ziccardi/json-data-validator/commit/37833c2278673ee1cb015bb00c2c5e6a088be53b))


### BREAKING CHANGES

* **builder:** Now the required rule builder requires the build method
to be called



4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "json-data-validator",
"version": "2.3.0",
"version": "2.4.0",
"description": "Simple framework for dynamic json input validation",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down Expand Up @@ -60,4 +60,4 @@
"type": "git",
"url": "git://github.com/ziccardi/json-data-validator.git"
}
}
}

0 comments on commit 197f0a7

Please sign in to comment.