Skip to content

Releases: ajv-validator/ajv

v8.16.0

04 Jun 19:08
c8b37f4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.15.0...v8.16.0

v8.15.0

03 Jun 20:33
accd9f3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.14.0...v8.15.0

v8.14.0

25 May 22:00
9e26639
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.13.0...v8.14.0

v8.13.0

29 Apr 23:30
857ecac
Compare
Choose a tag to compare
  • add named exports
  • update dependencies
  • update node.js

v8.12.0

03 Jan 14:14
Compare
Choose a tag to compare
  • fix JTD serialisation (remove leading comma in objects with only optional properties) (#2190, @piliugin-anton)
  • empty JTD "values" schema (#2191)
  • empty object to work with JTD utility type (#2158, @erikbrinkman)
  • fix JTD "discriminator" schema for objects with more than 8 properties (#2194)
  • correctly narrow "number" type to "integer" (#2192, @JacobLey)
  • update Node.js versions in CI to 14, 16, 18 and 19

v8.11.2

13 Nov 22:12
Compare
Choose a tag to compare

Update dependencies

Export ValidationError and MissingRefError (#1840, @dannyb648)

v8.11.1

13 Nov 22:01
Compare
Choose a tag to compare
v8.11.1 Pre-release
Pre-release

Update dependencies

Export ValidationError and MissingRefError (#1840, @dannyb648)

v8.11.0

22 Mar 22:14
Compare
Choose a tag to compare

Use root schemaEnv when resolving references in oneOf (#1901, @asprouse)

Only use equal function in generated code when it is used (#1922, @bhvngt)

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)