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

Releases: deliveryhero/serverless-aws-documentation

1.1.0

18 Apr 09:32
Compare
Choose a tag to compare

Features

  • The plugin now uses API gateway from another stack that is specified in provider.apiGateway in the serverless.yml. Thanks to @dspasojevic
  • You can now download your documentation from AWS gateway with the serverless downloadDocumentation command. Thanks to @aaleksandrov

1.0.1

28 Feb 17:29
Compare
Choose a tag to compare

Fix bugs that came up with the serverless-plugin-split-stacks plugin.

1.0.0

28 Feb 17:29
Compare
Choose a tag to compare

Added support for "$ref": "{{model:MyModel}}" to reference other models.

0.8.0

08 Aug 16:06
Compare
Choose a tag to compare

Features

  • add support for multiple events for a single function
  • Add support for the swagger 'tags' property on methods

Special Thanks

Special thanks to @tomsaleeba for his great work of adding both features stated above 💯

0.7.0

04 Apr 12:34
Compare
Choose a tag to compare

Features

  • remove "aws-sdk" package dependency
  • add --doc-safe-mode flag for serverless deploy command to not add the query parameters and request headers to the API Gateway CloudFormation template

Bugfixes

  • Now adds query parameters and request headers to the documentation

Breaking Changes

  • not compatible with anymore Serverless 1.3 and below

Special Thanks

Special thanks to @kabo who added the --doc-save-mode and fixed request headers in the documentation output

0.6.0

09 Mar 13:45
Compare
Choose a tag to compare

Features

  • generate automatic version when no version is defined
  • schema in model is now optional

0.5.7

12 Feb 19:23
Compare
Choose a tag to compare

Bugfixes

  • fixes bug that made it impossible to add method response documentation when there already were method responses (either just an empty array or responses that don't match the ones stated in the documentation part).

0.5.6

18 Jan 13:11
Compare
Choose a tag to compare

Bugfixes

  • fixes overwriting already set method responses

Thanks to @shevchenkos for the last two contributions 👍

0.5.5

13 Jan 12:26
Compare
Choose a tag to compare

Bugfixes

  • adds response headers to method responses as response parameters

0.5.4

28 Dec 13:26
Compare
Choose a tag to compare

Bugfixes

  • Fixes problem with missing API ID in outputs (#9)