Skip to content

Releases: IBM/openapi-validator

v0.13.6

09 Sep 15:39
Compare
Choose a tag to compare

0.13.6 (2019-09-09)

Bug Fixes

  • prevent crash when parameters is illegally not an array (#104) (5d8a429)

v0.13.5

28 Aug 15:58
Compare
Choose a tag to compare

0.13.5 (2019-08-28)

Bug Fixes

  • do not crash when operation has illegal $ref, print error instead (#103) (3d34205)

v0.13.4

27 Aug 18:13
Compare
Choose a tag to compare

0.13.4 (2019-08-27)

Bug Fixes

  • treat response schemas with an items field as arrays, even if there is no type (#99) (3383114)

v0.13.3

06 Aug 15:33
Compare
Choose a tag to compare

0.13.3 (2019-08-06)

Bug Fixes

  • use parameter-determining method in all parameters validations (#97) (ee1168f)

v0.13.2

23 Jul 15:36
Compare
Choose a tag to compare

0.13.2 (2019-07-23)

Bug Fixes

v0.13.1

22 Jul 16:37
Compare
Choose a tag to compare

0.13.1 (2019-07-22)

Bug Fixes

  • Skip case_convention checks on deprecated parameters and properties (#88) (6b195aa)

v0.13.0

17 Jul 22:51
Compare
Choose a tag to compare

Features

  • change default for all case convention validations to error (#86)

  • This applies to the following rules: param_name_case_convention, paths_case_convention, property_case_convention, enum_case_convention

  • The rule snake_case_only (in categories paths and schemas) is now set to off by default. They will be deprecated in a future release.

v0.12.5

17 Jul 16:12
Compare
Choose a tag to compare

0.12.5 (2019-07-17)

Bug Fixes

  • add more specific checks for parameter objects (#83) (9282e17)

v0.12.4

04 Jul 13:17
Compare
Choose a tag to compare

0.12.4 (2019-07-04)

Bug Fixes

  • make $ref pattern check configurable - new rule incorrect_ref_pattern (#78) (20f0911)

v0.12.3

01 Jul 20:18
Compare
Choose a tag to compare

0.12.3 (2019-07-01)

Bug Fixes

  • remove support for links in swagger2 (#76) (8b28d67)