Skip to content

Releases: aliencube/AzureFunctions.Extensions

Release "common-v1.1.0"

18 Feb 00:54
Compare
Choose a tag to compare

New extension methods added

Changes & Fixes

  • New HttpRequest extension method that generates the MultiPartFormDataContent instance.
  • Update HttpRequest.To<T>(SourceFrom) extension method to accept all types.

Release "common-v1.0.0"

27 Nov 12:58
Compare
Choose a tag to compare

Initial release

Release "swaggercore-v3.1.1"

31 Aug 07:02
Compare
Choose a tag to compare

A few bugs have been fixed and a few features have been added:

  • #107, #112, #113: Fix nested schema for request and response

Release "swagger-v3.1.1"

31 Aug 07:10
Compare
Choose a tag to compare

A few bugs have been fixed and a few features have been added:

  • #107, #112, #113: Fix nested schema for request and response

Release "swaggercore-v3.1.0"

25 Aug 02:40
Compare
Choose a tag to compare

A few bugs have been fixed and a few features have been added:

  • #103: Fixes JsonProperty with no PropertyName value and adds tests
  • #104: Allow customization of VisitorCollection, IVisitors; Add a UriTypeVisitor
  • #109: Keys duplication issue

Release "swagger-v3.1.0"

25 Aug 05:29
Compare
Choose a tag to compare

A few bugs have been fixed and a few features have been added:

  • #103: Fixes JsonProperty with no PropertyName value and adds tests
  • #104: Allow customization of VisitorCollection, IVisitors; Add a UriTypeVisitor
  • #109: Keys duplication issue

Release "swaggercore-v3.0.0"

03 Aug 11:48
Compare
Choose a tag to compare

BREAKING CHANGES

Aliencube.AzureFunctions.Extensions.OpenApi is now split into two separate packages:

From the developer perspective, change the namespaces from Aliencube.AzureFunctions.Extensions.OpenApi to Aliencube.AzureFunctions.Extensions.OpenApi.Core in your existing codebase.

Release "swagger-v3.0.0"

03 Aug 12:37
Compare
Choose a tag to compare

BREAKING CHANGES

Aliencube.AzureFunctions.Extensions.OpenApi is now split into two separate packages:

From the developer perspective, change the namespaces from Aliencube.AzureFunctions.Extensions.OpenApi to Aliencube.AzureFunctions.Extensions.OpenApi.Core in your existing codebase.

Release "swagger-v2.1.0"

19 Jul 23:41
Compare
Choose a tag to compare

This release implements the Open API spec – style values. With this implementation,

  • A query parameter can be used multiple times. eg) foo=bar1&foo=bar2&foo=bar3
  • A query parameter can be used only once but accepts comma-delimited multiple values. eg) foo=bar1,bar2,bar3.
  • A query parameter value now accepts enum, with possible list of enum values and default value.

Release "swagger-v2.0.0.1"

19 Jul 07:34
Compare
Choose a tag to compare

This is the maintenance release.

BREAKING CHANGES

This release has some breaking changes:

  • OpenApiResponseBodyAttribute is now obsolete. Instead, use OpenApiResponseWithBodyAttribute.
  • OpenApiResponseWithoutBodyAttribute is introduced for responses only, without a payload.

This release introduces a new property for OpenApiRequestBodyAttribute, called Required.