Skip to content

Releases: webpack/schema-utils

v4.2.0

14 Jun 14:13
Compare
Choose a tag to compare

4.2.0 (2023-06-14)

Features

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

Bug Fixes

v3.3.0

14 Jun 14:52
Compare
Choose a tag to compare

3.3.0 (2023-06-14)

Features

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

Bug Fixes

v4.1.0

07 Jun 22:21
Compare
Choose a tag to compare

4.1.0 (2023-06-07)

Features

  • implement undefinedAsNull keyword for enum type (#175) (1265eac)

v3.2.0

07 Jun 22:24
Compare
Choose a tag to compare

3.2.0 (2023-06-07)

Features

  • implement undefinedAsNull keyword for enum type (#176) (95826eb)

v4.0.1

15 Apr 14:54
Compare
Choose a tag to compare

4.0.1 (2023-04-15)

Bug Fixes

  • (perf) improved initial start time

v3.1.2

15 Apr 15:20
Compare
Choose a tag to compare

3.1.2 (2023-04-15)

Bug Fixes

v4.0.0

16 Nov 15:15
Compare
Choose a tag to compare

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)

v3.1.1

19 Jul 11:38
Compare
Choose a tag to compare

3.1.1 (2021-07-19)

Bug Fixes

v3.1.0

30 Jun 13:04
Compare
Choose a tag to compare

3.1.0 (2021-06-30)

Features

  • added the link property in validation error (589aa59)

v3.0.0

05 Oct 18:21
Compare
Choose a tag to compare

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');