Releases: webpack/schema-utils
Releases · webpack/schema-utils
v4.3.0
4.3.0 (2024-12-11)
Features
- backport old logic from v3 (2e2ba9d)
Bug Fixes
v4.2.0
4.2.0 (2023-06-14)
Features
- added API to disable and enable validation (#180) (d6b9c9e)
Bug Fixes
v3.3.0
3.3.0 (2023-06-14)
Features
- added API to disable and enable validation (#183) (d4d334f)
Bug Fixes
v4.1.0
4.1.0 (2023-06-07)
Features
- implement
undefinedAsNull
keyword for enum
type (#175) (1265eac)
v3.2.0
3.2.0 (2023-06-07)
Features
- implement
undefinedAsNull
keyword for enum
type (#176) (95826eb)
v4.0.1
4.0.1 (2023-04-15)
Bug Fixes
- (perf) improved initial start time
v3.1.2
3.1.2 (2023-04-15)
Bug Fixes
v4.0.0
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
3.1.1 (2021-07-19)
Bug Fixes
v3.1.0
3.1.0 (2021-06-30)
Features
- added the
link
property in validation error (589aa59)