Skip to content

Releases: daxnet/hal

v2.2.3

05 Dec 09:43
d8a3cc3

Choose a tag to compare

What's Changed

  • Code refactoring and fixing unit tests by @daxnet in #34
  • Adding enforcingArrayConverting parameter to the AddLink API. by @daxnet in #36

Full Changelog: v2.2.2...v2.2.3

v2.2.2

17 Nov 09:07
700ccd2

Choose a tag to compare

What's Changed

  • Added a new Resources fluent API right after the AddEmbedded API which supports adding multiple resources with fluent API
  • Adding .NET 9 support
  • Updated dependencies to the latest version
  • Fixing nginx.conf in the nginx docker
  • Fixing vulnerabilities in the dependent libraries

v2.2.1

24 Dec 10:07

Choose a tag to compare

Highlights

  • Added back the support of .NET 6

v2.2.0

25 Nov 05:27
84c22f9

Choose a tag to compare

Highlights

  • Supporting .NET 8
  • Supporting custom specified JSON serializer settings on the AddHalSupport API
  • Bug fixes

v2.1.11

15 Mar 07:28

Choose a tag to compare

Bugfix: Incorrect self.href link generated when the ASP.NET Core API return result is CreatedAtActionResult.

v2.1.10

08 Mar 05:06

Choose a tag to compare

Fixed the issue that when the service return status is not success, an empty Hal object will be generated rather than returning the original failure object.

v2.1.9

28 Feb 07:08

Choose a tag to compare

Fixed the duplicated occurrence of the pathBase in the generated self link when the pathBase is used in the service.

v2.1.8

28 Feb 05:00
e5fa53d

Choose a tag to compare

Fix issue: Id method can't be inferred from the controller type when the method is defined in the base class #18
Added useHttpsScheme option

v2.1.7

27 Feb 07:59

Choose a tag to compare

Fixed the assembly versioning issue. #16

v2.1.6

06 Jan 12:24
4646201

Choose a tag to compare

Fixed issues:

  • No HAL support when the return value of the API controller action is an enumerable object: #13

Upgrades

  • Included .NET 7 as a supported framework