Skip to content

Latest commit

 

History

History
136 lines (59 loc) · 3.71 KB

CHANGELOG.md

File metadata and controls

136 lines (59 loc) · 3.71 KB

Change Log

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)

Features

  • remove dependency on ramda (471ae16)

3.1.0 (2018-11-21)

Features

  • add function createValidationCallback in src/validators.js (1ea5747)

3.0.0 (2018-11-21)

improvement

  • rename function getSchemaDSL into getSDL (fe67663)

BREAKING CHANGES

  • Clients should change to getSDL() in their code.

2.0.3 (2018-11-20)

Bug Fixes

  • 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)

Bug Fixes

  • problem with empty string in maxLength and minLength (039716d)

2.0.1 (2018-11-20)

2.0.0 (2018-11-20)

Features

  • validators and messages can be changed by user (d910823)
  • we now use callbacks for validation and error messages (ec1c192)

BREAKING CHANGES

  • new functions are exported in src/validators.js
  • validators are refactored into separate file

1.0.0 (2018-11-19)

Chores

  • wrap constraint directive class in module.exports (71a2ac9)

BREAKING CHANGES

  • the constraint directive is now wrapped in module.exports as {constraint} instead of just returning the whole class.

0.3.0 (2018-11-13)

Features

  • add getSchemaDSL method (c66917c)

0.2.2 (2018-11-13)

0.2.1 (2018-11-13)

Bug Fixes

  • primary entry point main in packate.json (97c872b)

0.1.1 (2018-06-20)