Skip to content

v3.0.0

Compare
Choose a tag to compare
@alexander-akait alexander-akait released this 05 Oct 18:21
· 65 commits to master since this release

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