Releases: completecoding/serverless-auto-swagger
Releases · completecoding/serverless-auto-swagger
v3.0.0
Changes
- Remove support for Node 14, 16
- Add support for Node 18, 20, 22
- Refactored to make it easier to implement new features in the future. Move to
@serverless/types
for typing (#112 - thanks @gbremond)
v2.12.0
Features
- add oauth authentication using
useRedirectUI
custom configuration (#105) (0bb8432)
Changes
New Contributors
v2.11.0
Features
- add optional operationId to http events (#100) (2262dfe)
- overrides the auto-generated operationId if specified
Changes
v2.10.0
Features
- add option to change api description and version (#99) (4aeba34)
v2.8.2
Bug Fixes
- add missing schema attributes (44512ad)
v2.8.1
Bug Fixes
- add custom schema to httpApi also (4f25ce6)
v2.8.0
Features
- add option to change project title (#80) (9dea3b6)