schema-utils

Options Validation

MIT License

Downloads
324.3M
Stars
234
Committers
20

Bot releases are hidden (Show)

schema-utils - v3.3.0 Latest Release

Published by alexander-akait over 1 year ago

3.3.0 (2023-06-14)

Features

  • added API to disable and enable validation (#183) (d4d334f)

Bug Fixes

schema-utils - v4.2.0

Published by alexander-akait over 1 year ago

4.2.0 (2023-06-14)

Features

  • added API to disable and enable validation (#180) (d6b9c9e)

Bug Fixes

schema-utils - v3.2.0

Published by alexander-akait over 1 year ago

3.2.0 (2023-06-07)

Features

  • implement undefinedAsNull keyword for enum type (#176) (95826eb)
schema-utils - v4.1.0

Published by alexander-akait over 1 year ago

4.1.0 (2023-06-07)

Features

  • implement undefinedAsNull keyword for enum type (#175) (1265eac)
schema-utils - v3.1.2

Published by alexander-akait over 1 year ago

3.1.2 (2023-04-15)

Bug Fixes

schema-utils - v4.0.1

Published by alexander-akait over 1 year ago

4.0.1 (2023-04-15)

Bug Fixes

  • (perf) improved initial start time
schema-utils - v4.0.0

Published by alexander-akait almost 3 years ago

4.0.0 (2021-11-16)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is >= 12.13.0
  • update ajv to 8.8.0 version, please read internal changes, postFormatter require attention due some properties were changed
  • logic for formatExclusiveMaximum and formatExclusiveMinimum was changed (due usage ajv-formats package)
schema-utils - v3.1.1

Published by alexander-akait over 3 years ago

3.1.1 (2021-07-19)

Bug Fixes

schema-utils - v3.1.0

Published by alexander-akait over 3 years ago

3.1.0 (2021-06-30)

Features

  • added the link property in validation error (589aa59)
schema-utils - v3.0.0

Published by alexander-akait about 4 years ago

3.0.0 (2020-10-05)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 10.13.0,
  • the packages exports was changed, please use const { validate } = require('schema-utils');
  • the ValidateError export was removed in favor the ValidationError export, please use const { ValidationError } = require('schema-utils');
schema-utils - v2.7.1

Published by alexander-akait about 4 years ago

2.7.1 (2020-08-31)

Bug Fixes

schema-utils - v2.7.0

Published by alexander-akait over 4 years ago

2.7.0 (2020-05-29)

Features

Bug Fixes

  • move @types/json-schema from devDependencies to dependencies (#97) (#98) (945e67d)
schema-utils - v2.6.6

Published by alexander-akait over 4 years ago

2.6.6 (2020-04-17)

Bug Fixes

  • improve perf
schema-utils - v2.6.5

Published by alexander-akait over 4 years ago

2.6.5 (2020-03-11)

Bug Fixes

  • correct dots at end of sentence (7284beb)
schema-utils - v2.6.4

Published by alexander-akait almost 5 years ago

2.6.4 (2020-01-17)

Bug Fixes

  • change initialised to initialized (#87) (70f12d3)
schema-utils - v2.6.3

Published by alexander-akait almost 5 years ago

2.6.3 (2020-01-17)

Bug Fixes

  • prefer the baseDataPath option from arguments (#86) (e236859)
schema-utils - v2.6.2

Published by alexander-akait almost 5 years ago

2.6.2 (2020-01-14)

Bug Fixes

  • better handle Windows absolute paths (#85) (1fa2930)
schema-utils - v2.6.1

Published by alexander-akait almost 5 years ago

2.6.1 (2019-11-28)

Bug Fixes

schema-utils - v2.6.0

Published by alexander-akait almost 5 years ago

2.6.0 (2019-11-27)

Features

Bug Fixes

schema-utils - v2.5.0

Published by alexander-akait about 5 years ago

2.5.0 (2019-10-15)

Bug Fixes

  • rework format for maxLength, minLength (#67) (0d12259)
  • support all cases with one number in range (#64) (7fc8069)
  • typescript definition and export naming (#69) (a435b79)