Skip to content

Releases: seriousme/openapi-schema-validator

v1.5.0

08 Oct 08:20
Compare
Choose a tag to compare

What's Changed

  • Update OAS v3.0 & v3.1 to 2021-09-28 schema by @seriousme in #33

Full Changelog: v1.4.0...v1.5.0

v1.4.0

25 Sep 05:48
Compare
Choose a tag to compare
  • Updated OAS v3.1 schema because of spec update
    (OAI/OpenAPI-Specification#2706)
  • Added URI decoding to refs
  • Updated dependencies
    • node-fetch ^2.6.1 → ^3.0.0
    • ajv ^8.6.1 → ^8.6.3
    • ajv-formats ^2.1.0 → ^2.1.1
    • tap ^15.0.9 → ^15.0.10

v1.3.0

07 Jul 17:57
Compare
Choose a tag to compare
  • Added validation of formats
  • Updated dependencies
    • ajv ^8.6.0 → ^8.6.1

v1.2.0

27 Jun 14:10
Compare
Choose a tag to compare
  • Cache AJV validators so that multiple validation calls are faster
  • Added CLI tool

v1.1.6

27 Jun 10:08
Compare
Choose a tag to compare

Switched to original draft-04 schemas instead of converted draft-07 schemas now that AJV supports draft-04

v1.1.5

25 Jun 16:31
Compare
Choose a tag to compare
  • fixed YAML parsing of date strings (e.g: version: 2021-06-25)
  • Updated dependencies
    • ajv ^8.3.0 → ^8.6.0

v1.1.4

18 Jun 10:43
Compare
Choose a tag to compare
  • force AJV options strict:false and validateFormats:false even if user supplies empty ajvOptions

v1.1.3

03 Jun 18:39
Compare
Choose a tag to compare
  • Support schema 3.1 2021-05-20

v1.1.2

14 May 21:28
Compare
Choose a tag to compare

Added Node 10 support

v1.1.1

14 May 18:17
Compare
Choose a tag to compare
  • Added CommonJS example to README.md