Releases: ajv-validator/ajv-keywords
v3.0.0-beta.0
if/then/else moved to Ajv v6.0.0-beta.0 (as part of JSON Schema draft-07 spec)
v2.1.0
uniqueItemProperties keyword (contributed by @blainesch)
2.0.0
This version is compatible with Ajv version 5.0.0
See changes in previous beta releases: 2.0.0-beta.0, 2.0.0-beta.2, 2.0.1-beta.0
2.0.1-beta.0
Keyword select
2.0.0-beta.2
Support Ajv in v5 compatibility mode without draft-06 meta-schema.
2.0.0-beta.0
Keywords switch
, patternRequired
, formatMaximum
and formatMinimum
moved from Ajv to this package.
Other changes for compatibility with Ajv 5.0.0
1.5.0
Keyword prohibited
See json-schema-org/json-schema-spec#213
1.4.0
Keywords deepProperties
and deepRequired
See https://github.com/json-schema-org/json-schema-spec/issues/203
1.3.0
if
/then
/else
keywords for conditional validation
See json-schema-org/json-schema-spec#180
1.2.0
Keyword dynamicDefaults