Skip to content

Releases: IBM/openapi-validator

v0.11.0

18 Jun 19:48
Compare
Choose a tag to compare

0.11.0 (2019-06-18)

Features

  • add security definition validations for OAS3 (0a44980)

v0.10.5

18 Jun 14:36
Compare
Choose a tag to compare

0.10.5 (2019-06-18)

Bug Fixes

  • use correct working dir when resolving multi-file definitions (43a22b8)

v0.10.4

18 Jun 14:00
Compare
Choose a tag to compare

0.10.4 (2019-06-18)

Bug Fixes

  • skips warning for non-ref response schemas when not content is not json (624d41a)

v0.10.3

13 Jun 15:20
Compare
Choose a tag to compare

0.10.3 (2019-06-13)

Bug Fixes

  • raises warning for tag that hasnt been defined in global tags list (b0ac126)

v0.10.2

05 Jun 21:28
Compare
Choose a tag to compare

0.10.2 (2019-06-05)

Bug Fixes

  • don't crash validator when path has a period in it (01aa679)

v0.10.1

04 Jun 22:34
Compare
Choose a tag to compare

0.10.1 (2019-06-04)

Bug Fixes

  • alllow absolute filepaths to be passed to --config (ab2e7ff)

v0.10.0

04 Jun 16:15
Compare
Choose a tag to compare

0.10.0 (2019-06-04)

Features

  • add script to build platform specific standalone binaries (f821707)

v0.9.1

04 Jun 14:46
Compare
Choose a tag to compare

0.9.1 (2019-06-04)

Bug Fixes

  • replace jsSpec with resolvedSpec in security-definitons-ibm (bb460c4)

v0.9.0

04 Jun 14:39
Compare
Choose a tag to compare

0.9.0 (2019-06-04)

Features

  • Added --config option, adding support for explicit config file (ab6bcc2)

v0.8.0

31 May 15:41
Compare
Choose a tag to compare

0.8.0 (2019-05-31)

Features

  • Added -j/--json output option to cli-validator (759856f), closes #43