All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
4.3.0 (2024-12-11)
- backport old logic from v3 (2e2ba9d)
4.2.0 (2023-06-14)
4.1.0 (2023-06-07)
4.0.1 (2023-04-15)
- (perf) improved initial start time
4.0.0 (2021-11-16)
- minimum supported
Node.js
version is>= 12.13.0
- update
ajv
to8.8.0
version, please read internal changes,postFormatter
require attention due some properties were changed - logic for
formatExclusiveMaximum
andformatExclusiveMinimum
was changed (due usageajv-formats
package)
3.1.1 (2021-07-19)
3.1.0 (2021-06-30)
- added the
link
property in validation error (589aa59)
3.0.0 (2020-10-05)
- minimum supported
Node.js
version is10.13.0
, - the packages exports was changed, please use
const { validate } = require('schema-utils');
- the
ValidateError
export was removed in favor theValidationError
export, please useconst { ValidationError } = require('schema-utils');
2.7.1 (2020-08-31)
2.7.0 (2020-05-29)
2.6.6 (2020-04-17)
- improve perf
2.6.5 (2020-03-11)
- correct dots at end of sentence (7284beb)
2.6.4 (2020-01-17)
2.6.3 (2020-01-17)
2.6.2 (2020-01-14)
2.6.1 (2019-11-28)
2.6.0 (2019-11-27)
2.5.0 (2019-10-15)
- rework format for maxLength, minLength (#67) (0d12259)
- support all cases with one number in range (#64) (7fc8069)
- typescript definition and export naming (#69) (a435b79)
- "smart" numbers range (62fb107)
2.4.1 (2019-09-27)
2.4.0 (2019-09-26)
- better errors when the
type
keyword doesn't exist (0988be2) - support $data reference (#56) (d2f11d6)
- types definitions (#52) (facb431)
2.3.0 (2019-09-26)
2.2.0 (2019-09-02)
2.1.0 (2019-08-07)
2.0.1 (2019-07-18)
2.0.0 (2019-07-17)
- drop support for Node.js < 8.9.0
- drop support
errorMessage
, please usedescription
for links. - api was changed, please look documentation.
- error messages was fully rewritten.
1.0.0 (2018-08-07)
0.4.7 (2018-08-07)
0.4.6 (2018-08-06)
- package: remove lockfile (#28) (69f1a81)
- package: remove unnecessary
webpack
dependency (#26) (532eaa5)
0.4.5 (2018-02-13)
0.4.4 (2018-02-13)
0.4.3 (2017-12-14)
- validateOptions: throw
err
instead ofprocess.exit(1)
(#17) (c595eda) - ValidationError: never return
this
in the ctor (#16) (c723791)
0.4.2 (2017-11-09)
0.4.1 (2017-11-03)
0.4.0 (2017-10-28)
0.3.0 (2017-04-29)
0.2.1 (2017-03-13)
0.2.0 (2017-03-12)
- validations: add validateOptions module (ae9b47b)
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.