This repository was archived by the owner on Jul 20, 2020. It is now read-only.
Releases: paypal/openapilint
Releases · paypal/openapilint
v0.9.0
v0.8.0
- Add support for ignoring case in any rule with
*Pattern
configs. - Add definition and implementation of
info-custom
. - Add definition and implementation of
operation-custom
. - Add definition and implementation of
operation-response-codes
. - Add definition and implementation of
responses-custom
. - Add definition and implementation of
root-info
. - Add definition and implementation of
text-content
. - Fix bug where input schema could be altered by rules.
- Fix descriptions of some existing rules.
- Remove definition and implementation of
no-inconsistent-param-visibility
.
v0.7.0
v0.6.1
v0.6.0
- Add definition and implementation of
no-orphan-refs
. - Add definition and implementation of
no-path-dupes
. - Add definition and implementation of
properties-custom
. - Add definition and implementation of
properties-style
. - Add definition and implementation of
root-consumes
. - Add definition and implementation of
root-produces
. - Add
required=true
check topath-parameters
.