Ajv Formats Versions Save

JSON Schema format validation for Ajv v8+

v3.0.0-rc.0

2 years ago

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

2 years ago

Fix byte format (@seriousme, #31)

v2.1.0

3 years ago

Support OpenAPI formats for numbers (@seriousme, #22)

v2.0.2

3 years ago

Make ajv dependency and optional peerDependency to support --legacy-peer-deps

v1.6.1

3 years ago

Make ajv dependency and optional peerDependency to support --legacy-peer-deps

v2.0.1

3 years ago

Upgrade Ajv version

v2.0.0

3 years ago

Upgrade for ajv v8

v1.6.0

3 years ago

Make ajv peer dependency to avoid version conflicts on each upgrade

v2.0.0-beta.3

3 years ago

Replaces deprecated v2.0.0-beta.2

v2.0.0-beta.2

3 years ago

Upgrade ajv version