All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.2.2 (2019-02-04)
3.2.1 (2019-01-31)
3.2.0 (2018-11-23)
- remove dependency on ramda (471ae16)
3.1.0 (2018-11-21)
- add function createValidationCallback in src/validators.js (1ea5747)
3.0.0 (2018-11-21)
- rename function
getSchemaDSL
intogetSDL
(fe67663)
- Clients should change to
getSDL()
in their code.
2.0.3 (2018-11-20)
- added exported functions from validators.js to index.js (b48be3a)
- problem with empty string in maxLength and minLength (039716d)
2.0.2 (2018-11-20)
- problem with empty string in maxLength and minLength (039716d)
2.0.1 (2018-11-20)
2.0.0 (2018-11-20)
- validators and messages can be changed by user (d910823)
- we now use callbacks for validation and error messages (ec1c192)
- new functions are exported in
src/validators.js
- validators are refactored into separate file
1.0.0 (2018-11-19)
- wrap constraint directive class in
module.exports
(71a2ac9)
- the constraint directive is now wrapped in
module.exports
as{constraint}
instead of just returning the whole class.
0.3.0 (2018-11-13)
- add getSchemaDSL method (c66917c)
0.2.2 (2018-11-13)
- primary entry point
main
in packate.json (97c872b)