This repository has been archived by the owner on Jul 23, 2021. It is now read-only.
Releases: deliveryhero/serverless-aws-documentation
Releases · deliveryhero/serverless-aws-documentation
1.1.0
Features
- The plugin now uses API gateway from another stack that is specified in
provider.apiGateway
in theserverless.yml
. Thanks to @dspasojevic - You can now download your documentation from AWS gateway with the
serverless downloadDocumentation
command. Thanks to @aaleksandrov
1.0.1
1.0.0
0.8.0
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
Features
- remove "aws-sdk" package dependency
- add
--doc-safe-mode
flag forserverless 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
0.5.7
0.5.6
Bugfixes
- fixes overwriting already set method responses
Thanks to @shevchenkos for the last two contributions 👍