Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Releases: conqa/serverless-openapi-documentation

2.0.0

09 Dec 21:09
Compare
Choose a tag to compare

Removed

  • Support for Node 6, minimum is now Node 10

Added

  • (Untested) compatibility with Serverless 3.x

v1.1.0

09 May 00:11
966d68d
Compare
Choose a tag to compare

Added

  • Support for securitySchemes and security #15
  • Support for servers #18
  • Support for schemas included by path with all $refs merged into components #7

Changed

  • Convert project from Yarn to npm #5
  • Switch to eslint #8
  • Update Readme #19

v1.0.4

06 May 23:44
Compare
Choose a tag to compare

Fixed

  • Fix issue with last release where the package was published from the root directory, not the build directory

v1.0.3

06 May 22:37
Compare
Choose a tag to compare

Fixed

  • Fix for requestBody and parameters #6

v1.0.2

02 May 04:26
a85bd82
Compare
Choose a tag to compare

Changed

  • test tag publish

v1.0.1

02 May 03:54
764e0c4
Compare
Choose a tag to compare

Changed

  • test tag publish

v1.0.0

02 May 03:24
4d9f9a7
Compare
Choose a tag to compare

Changed

  • inital release after forking from temando/serverless-openapi-documentation