schema-utils

Options Validation

MIT License

Downloads
324.3M
Stars
234
Committers
20

Bot releases are visible (Hide)

schema-utils - v2.4.1

Published by alexander-akait about 5 years ago

2.4.1 (2019-09-27)

Bug Fixes

schema-utils -

Published by alexander-akait about 5 years ago

2.4.0 (2019-09-26)

Features

  • better errors when the type keyword doesn't exist (0988be2)
  • support $data reference (#56) (d2f11d6)
  • types definitions (#52) (facb431)
schema-utils - v2.3.0

Published by alexander-akait about 5 years ago

2.3.0 (2019-09-26)

Features

schema-utils - v2.2.0

Published by alexander-akait about 5 years ago

2.2.0 (2019-09-02)

Features

schema-utils - v2.1.0

Published by alexander-akait about 5 years ago

2.1.0 (2019-08-07)

Bug Fixes

Features

schema-utils - v2.0.1

Published by alexander-akait over 5 years ago

2.0.1 (2019-07-18)

Bug Fixes

schema-utils - v2.0.0

Published by alexander-akait over 5 years ago

2.0.0 (2019-07-17)

BREAKING CHANGES

  • drop support for Node.js < 8.9.0
  • drop support errorMessage, please use description for links.
  • api was changed, please look documentation.
  • error messages was fully rewritten.
schema-utils - v1.0.0

Published by michael-ciniawsky about 6 years ago

2018-08-07

Features

  • src: add support for custom error messages (#33) (1cbe4ef)
schema-utils - v0.4.7

Published by michael-ciniawsky about 6 years ago

2018-08-07

Bug Fixes

schema-utils - v0.4.6

Published by michael-ciniawsky about 6 years ago

2018-08-06

Bug Fixes

  • package: remove lockfile (#28) (69f1a81)
  • package: remove unnecessary webpack dependency (#26) (532eaa5)
schema-utils - v0.4.5

Published by michael-ciniawsky over 6 years ago

2018-02-13

Bug Fixes

  • CHANGELOG: update broken links (4483b9f)
  • package: update broken links (f2494ba)
schema-utils - v0.4.4

Published by michael-ciniawsky over 6 years ago

2018-02-13

Bug Fixes

schema-utils - v0.4.3

Published by joshwiens almost 7 years ago

2017-12-14

Bug Fixes

  • validateOptions: throw err instead of process.exit(1) (#17) (c595eda)
  • ValidationError: never return this in the ctor (#16) (c723791)
schema-utils - v0.4.2

Published by joshwiens almost 7 years ago

2017-11-09

Bug Fixes

  • validateOptions: catch ValidationError and handle it internally (#15) (9c5ef5e)
schema-utils - v0.4.1

Published by joshwiens almost 7 years ago

2017-11-03

Bug Fixes

  • ValidationError: use Error.captureStackTrace for err.stack handling (#14) (a6fb974)
schema-utils - v0.4.0

Published by michael-ciniawsky almost 7 years ago

2017-10-28

Features

  • add support for typeof, instanceof ({Function|RegExp}) (#10) (9f01816)
schema-utils - v0.3.0

Published by joshwiens over 7 years ago

2017-04-29

Features