Skip to content

Releases: ajv-validator/ajv

v8.10.0

04 Feb 18:18
Compare
Choose a tag to compare

uriResolver option (@zekth, #1862)

v8.9.0

15 Jan 12:56
Compare
Choose a tag to compare

Option code.esm to generate ESM exports for standalone validation functions (@rehanvdm, #1861)
Support discriminator keyword with $ref in oneOf subschemas (@dfeufel, #1815)

v8.8.2

21 Nov 19:02
Compare
Choose a tag to compare

Use full RegExp string (with flags) as cache key, related to ajv-validator/ajv-keywords#220

v8.8.1

16 Nov 20:15
Compare
Choose a tag to compare

Fix minContains: 0 (#1819)

v8.8.0

13 Nov 18:28
Compare
Choose a tag to compare

Fix browser bundles in cdnjs
regExp option allowing to specify alternative RegExp engine, e.g. re2 (@efebarlas)

v8.7.1

08 Nov 21:07
Compare
Choose a tag to compare

Publish Ajv bundle for JSON Schema 2020-12 to cdnjs.com

v8.7.0

08 Nov 20:10
Compare
Choose a tag to compare

Update JSON Schema Test Suite.
Change minContains: 0 now correctly allows empty array.

v8.6.3

12 Sep 18:16
Compare
Choose a tag to compare

Fix $ref resolution for schemas without $id (@rbuckton, #1725)
Support standalone module import from ESM modules without using .default property (@bhvngt, #1757)
Update code for breaking TS change - error in catch has type unknown (#1760)

v8.6.2

15 Jul 20:07
Compare
Choose a tag to compare

Fix JTD serialiser (#1691)

v8.6.1

04 Jul 09:49
Compare
Choose a tag to compare

Fix "not" keyword preventing validation of "allOf" and some other keywords (#1668)