Releases: IBM/openapi-validator
Releases · IBM/openapi-validator
v0.7.0
0.7.0 (2019-05-31)
Features
- added explicit control of case conventions in paths, schema properties and schema enums (ecde7da), closes #38 #40
v0.6.0
0.6.0 (2019-05-24)
Features
- added check in the validator for info section. (8d21781)
v0.5.0
0.5.0 (2019-05-16)
Features
- new-validation: flag descriptions sibling to
$ref
if identical to referenced description (91178cf)
v0.4.0
0.4.0 (2019-05-14)
Features
- flag operations with non-form request bodies that do not specify a name (a229fc0)
v0.3.1
0.3.1 (2019-04-22)
Bug Fixes
- Fix operationID case convention to match API Handbook (lower_snake_case) (b7fafe2)
v0.3.0
0.3.0 (2019-04-22)
Bug Fixes
- handle null values for descriptions and schemas properties (9ecbfbe)
Features
- validate for null values in the api document, return an error (cc53855)
v0.2.4
0.2.4 (2019-04-11)
Bug Fixes
- exapand check for operation id duplciates to include referenced paths (21e2460)
v0.2.3
0.2.3 (2019-02-19)
Bug Fixes
- dont error on schemas with type file for oas2 specs (eeb826a)
v0.2.2
0.2.2 (2019-02-05)
Bug Fixes
- run security validations on security objects only (59f26b0)