Skip to content
This repository was archived by the owner on Jul 20, 2020. It is now read-only.

Releases: paypal/openapilint

v0.9.0

22 Jan 20:06
Compare
Choose a tag to compare
  • Add *Absent option for *-custom rules.
  • Remove definition and implementation of docs-path.
  • Fix regexes to find only the first match, rather than global.

v0.8.0

27 Dec 23:14
Compare
Choose a tag to compare
  • 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

05 Dec 16:20
Compare
Choose a tag to compare
  • Add support for arrays in *-custom configs.
  • Add definition and implementation of no-ref-overrides.
  • Add definition and implementation of parameters-custom.
  • Add definition and implementation of schema-custom.
  • Fix no-restricted-words to be more correct.

v0.6.1

17 Nov 21:19
Compare
Choose a tag to compare
  • Fix bug where a type-less allOf was being ignored.

v0.6.0

17 Nov 20:20
Compare
Choose a tag to compare
  • 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 to path-parameters.

v0.5.1

01 Nov 15:46
Compare
Choose a tag to compare
  • Add support for . in caseStyle.any, allowing info.x-publicDocsPath to contain .'s.