CARVIEW |
Navigation Menu
-
-
Notifications
You must be signed in to change notification settings - Fork 71
Releases: ajv-validator/ajv-cli
v5.0.0
Compare
Assets 2
v4.2.0
Compare
Support JSON Type Definition schemas with --spec=jtd
option.
Support plugins (e.g. user-defined keywords) in typescript (requires ts-node
to be installed).
Assets 2
v4.1.0
Compare
Assets 2
v4.0.1
be01c4c
Compare
Fix: pass $data option to ajv instance when --data
option is used
Assets 2
v4.0.0
Compare
See v4.0.0-rc.0
Assets 2
v4.0.0-rc.0
Compare
Use ajv v7
--spec=
option to choose JSON schema specification:
draft7
: JSON Schema draft-07 (default)draft2019
: JSON Schema draft-2019-09
Support schema migration to JSON Schema draft-07 and draft-2019-08 (defined by --spec=
option).
Compile multiple schemas to a single module with multiple exported standalone validation functions.
Output standalone validation code to stdout (-o
without parameter) for formatting with js-beautify or another utility.
Assets 2
v3.3.0
Compare
Assets 2
v3.2.0
Compare
Assets 2
v3.1.0
Compare
Support --data
option (passed as $data to Ajv).
Support --add-used-schema
option (passed as addUsedSchema to Ajv) (@Relequestual)
Assets 2
v3.0.0
Compare
Update to ajv v6.0.0