Releases: aliencube/AzureFunctions.Extensions
Releases · aliencube/AzureFunctions.Extensions
Release "swagger-v2.0.0"
BREAKING CHANGES
This release has some breaking changes:
OpenApiResponseBodyAttribute
is now obsolete. Instead, useOpenApiResponseWithBodyAttribute
.OpenApiResponseWithoutBodyAttribute
is introduced for responses only, without a payload.
This release introduces a new property for OpenApiRequestBodyAttribute
, called Required
.
Release "swagger-v1.8.0"
This release includes the boilerplate codes so that devs don't have to write the boilerplate codes by themselves any longer. The boilerplate codes includes:
- 7 endpoints for v1:
swagger.json
swagger.yaml
openapi/v2.json
openapi/v2.yaml
openapi/v3.json
openapi/v3.yaml
swagger/ui
- 3 endpoints for v2+
swagger.{extension}
openapi/{version}.{extension}
swagger/ui
For more details of the usage, please find the document.
Release "cli-v0.8.1"
This is the maintenance release
Release "swagger-v1.7.0"
This release includes:
- Refactoring the OpenApiInfo object so that the object can be located in the following order:
host.json
,openapisettings.json
,local.settings.json
or App Settings blade in Azure
For more details, visit the official document.
Release "di-v2.2.0.1"
Release "configjson-v2.1.1.1"
Release "cli-v0.8.0"
This is the maintenance release.
Release "appsettings-v1.2.0"
Release "swagger-v1.6.1"
Release "cli-v0.7.0"
Initial release for CLI version of Open API document generator for Azure Functions.
For more details: