Releases: ajv-validator/ajv-keywords
Releases · ajv-validator/ajv-keywords
v4.0.0-beta.0
All keywords support Ajv v7 (beta).
Keywords formatMinimum
/formatMaximum
and formatExclusiveMinimum
/formatExclusiveMaximum
moved to ajv-formats, the latter two were changed to be used independently for exclusive boundaries, not as modifiers.
Keyword exclusiveRange
was changed to be used separately, not as a modifier.
Keywords select
/selectCases
/selectDefault
are re-implemented using new Acv v7 api for keywords - they now support relative references in subschemas.
v3.5.2
Add types to npm bundle
v3.5.1
Remove code clean-up.
v3.5.0
Add typescript type definitions (@jsone-studios, #53)
v3.4.1
v3.4.0
v3.3.0
v3.2.0
Keyword "transform" (@willfarrell, #64)
v3.1.0
Keyword "instanceof" supports Promise class (@jbottigliero, #52)
v3.0.0
Support Ajv v6.0.0.