schema-utils
Advanced tools
Changelog
4.0.0 (2021-11-16)
Node.js
version is >= 12.13.0
ajv
to 8.8.0
version, please read internal changes, postFormatter
require attention due some properties were changedformatExclusiveMaximum
and formatExclusiveMinimum
was changed (due usage ajv-formats
package)Changelog
3.0.0 (2020-10-05)
Node.js
version is 10.13.0
,const { validate } = require('schema-utils');
ValidateError
export was removed in favor the ValidationError
export, please use const { ValidationError } = require('schema-utils');