Skip to content

Releases: ajv-validator/ajv

1.0.1

21 Aug 22:45
Compare
Choose a tag to compare

npm scripts

1.0.0

18 Aug 16:20
Compare
Choose a tag to compare

addSchema no longer compiles schemas.
Compiles schemas when they are used first time.
Order in which schemas are added is not important (referenced schemas should be available when compiled).
Circular references are supported.

0.7.0

18 Aug 16:22
Compare
Choose a tag to compare

addShema no longer returns compiled schema(s).
Improved / fixed compilation of recursive schemas.
If cache instance is supplied it must have put, get and del methods.

0.6.11

18 Aug 20:23
Compare
Choose a tag to compare

Improved/fixed data filtering with removeAdditional option.

0.6.10

18 Aug 20:20
Compare
Choose a tag to compare

removeAdditional option allowing to remove additional properties.

0.6.1

18 Aug 16:25
Compare
Choose a tag to compare

Errors for "required" keyword validation include missing properties
Better references resolution in schemas without IDs

0.6.0

18 Aug 20:25
Compare
Choose a tag to compare

Improved refs resolution

0.5.9

18 Aug 16:27
Compare
Choose a tag to compare

cache option and removeSchema method

0.5.2

18 Aug 20:30
Compare
Choose a tag to compare

ajv can be used in the browser (with browserify)

0.5.1

18 Aug 16:29
Compare
Choose a tag to compare

doT is no longer a run-time dependency