Releases: ziccardi/json-data-validator
Releases · ziccardi/json-data-validator
2.4.0
2.4.0 (2020-10-02)
Features
- added a new 'requiredBy' rule to configure field dependencies (3014ba1)
- added parameters to the generic rule class to pass the whole form to the validator (abd9813)
2.2.0
Features
- builder: added IsBase64Builder (05bd51c)
2.1.0
Features
- validator: added utility functions into the result object (049776b)
2.0.0
Bug Fixes
- builder: fixed fluent api for the required rule builder (37833c2)
BREAKING CHANGES
- builder: Now the required rule builder requires the build method to be called
1.0.0
Bug Fixes
- builder: added ability to specify a custom error message (52a34bb)
BREAKING CHANGES
builder: Now the isIn rule builder requires the build method to be called
0.6.3
Bug Fixes
- added exports to the index file (5ffb2ee)
0.6.2
Bug Fixes
- added missing return types (318a3d4)
- matches builder must accept only a string (9640bca)