Releases: ajv-validator/ajv-formats
v3.0.0-rc.0
Formats time
and date-time
now require timezone, as per JSON Schema specification / RFC3339.
Added formats iso-time
and iso-date-time
that have optional timezone, they can be used for backwards compatibility.
Keywords formatMaximum
and formatMinimum
for time
and date-time
format now take into account timezone (both for time and for date), the previous comparison logic that ignored timezone is preserved for iso-time
and iso-date-time
formats.
v2.1.1
Fix byte
format (@seriousme, #31)
v2.1.0
Support OpenAPI formats for numbers (@seriousme, #22)
v2.0.2
Make ajv dependency and optional peerDependency to support --legacy-peer-deps
v1.6.1
Make ajv dependency and optional peerDependency to support --legacy-peer-deps
v2.0.1
Upgrade Ajv version
v2.0.0
Upgrade for ajv v8
v1.6.0
Make ajv peer dependency to avoid version conflicts on each upgrade
v2.0.0-beta.3
Replaces deprecated v2.0.0-beta.2
v2.0.0-beta.2
Upgrade ajv version