Skip to content

Releases: ajv-validator/ajv-cli

2.1.0

28 Apr 18:35
Compare
Choose a tag to compare

Added support for draft-04 meta-schema without the need to explicitly add it.

2.0.0

17 Apr 17:35
Compare
Choose a tag to compare

This version uses Ajv version 5.0.0 with JSON-Schema draft-06 support.

Added "migrate" command to migrate schemas to draft-06.

1.1.2

17 Apr 17:25
Compare
Choose a tag to compare

The last version using Ajv 4.x.x

Added option inline-refs

2.0.0-beta.0

25 Mar 22:08
Compare
Choose a tag to compare
2.0.0-beta.0 Pre-release
Pre-release

Support Ajv v5.0.x-beta
migrate command to migrate schemas to draft-06

1.1.0

25 Sep 18:08
Compare
Choose a tag to compare

Support custom keywords and formats with -c option

1.0.0

24 Sep 20:20
Compare
Choose a tag to compare

Compile JSON-schema to standalone module using ajv-pack.

0.9.0

03 Aug 21:19
Compare
Choose a tag to compare

Support JSON in files with any extension.

0.8.0

31 Mar 22:50
Compare
Choose a tag to compare

--changes option to report changes in data after validation when options that modify data are used (--remove-additional, --coerce-types, --use-defaults)
Test command to assert that validation result is as expected:

ajv test -s test/schema.json -d test/valid_data.json --valid
ajv test -s test/schema.json -d test/invalid_data.json --invalid

0.7.0

20 Mar 18:22
Compare
Choose a tag to compare

Support meta-schemas with -m parameter
Compile command: ajv compile -s schema

0.6.0

08 Mar 16:12
Compare
Choose a tag to compare

Support Ajv options: removeAdditional, useDefaults, coerceTypes.
Help command: ajv help.
Code coverage.