Releases: ajv-validator/ajv
v8.6.0
Track evaluated properties with patternProperties that have always valid schemas (e.g., true) (@P0lip, #1626)
Option int32range
to disable number range checking for int32
and uint32
type in JTD schemas
v8.5.0
Optimize validation code for const
keyword with scalar values (@SoAsEr, #1561)
Add option schemaId
to support ajv-draft-04 - Ajv for JSON Schema drat-04.
v8.4.0
JSON Type Definition schema options:
- parseDate: parse
timestamp
type as Date objects. - allowDate: non-standard - allow date without time with
timestamp
type.
v8.3.0
v8.2.0
Add JTDDataType to compile signature (@erikbrinkman, #1547)
Improve JSONSchemaType for records (@erikbrinkman, #1564)
Use rollup for browser bundles (@realityking, #1533)
Docs corrections
v8.1.0
unicodeRegExp option to not use RegExp unicode flag that may be incompatible with some environments (@asaid-0, #1530)
Fix JSONSchemaType (@erikbrinkman, #1541)
Extended error message for invalid keyword values (@pcwiek, #1542)
v8.0.5
Fix: add source code back to npm package, 8.0.4 is breaking ajv-cli (and possibly other things)
v8.0.4
Reduce npm bundle size
v8.0.3
Improve JSONSchemaType errors (@erikbrinkman, #1525)