Releases: aliencube/AzureFunctions.Extensions
Releases · aliencube/AzureFunctions.Extensions
Release "swagger-v2.0.0"
BREAKING CHANGES
This release has some breaking changes:
OpenApiResponseBodyAttributeis now obsolete. Instead, useOpenApiResponseWithBodyAttribute.OpenApiResponseWithoutBodyAttributeis 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.jsonswagger.yamlopenapi/v2.jsonopenapi/v2.yamlopenapi/v3.jsonopenapi/v3.yamlswagger/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.jsonor 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: