Skip to content

Releases: natura-cosmeticos/api-linter

v1.0.2

21 Jan 13:40
Compare
Choose a tag to compare

1.0.2 (2020-01-21)

Bug Fixes

  • publish: added node_modules to .npmignore (aff591e)

v1.0.1

21 Jan 13:35
Compare
Choose a tag to compare

1.0.1 (2020-01-21)

Bug Fixes

  • publish: fixes publish pipeline due to lack of .npmignore (fdbda19)

v1.0.0

21 Jan 13:11
Compare
Choose a tag to compare

1.0.0 (2020-01-21)

Bug Fixes

  • rules: fixes rules import for handle-rules.ts file (aefc56f)

Features

  • handler: added handler for must contain domain and context and it tests (15b8c6e)
  • handler: added must contain port handler and its tests (609620d)
  • handler: added must contain version handler and its tests (b1a7403)
  • handler: added new rule for missing servers, its handler and tests (dc21e88)
  • handler: added no-singular-resource handler (cb8673f)
  • rules: added rule handlers and flow for the api (608a4e8)
  • rules: added rules type structure (f43434b)
  • swagger: added swagger parsing method and its tests (4530afa)