Skip to content

Releases: ponki-d-monkey/iHeartLinks.AspNetCore

Fix querystring generation

29 Mar 08:28
bd9a504
Compare
Choose a tag to compare

Querystrings with array values was being generated as a comma-separated value (e.g. ?types=student,teacher). This has been fixed and is now generated as multiple values (e.g. ?types=student&types=teacher).

First stable release

12 Mar 03:01
52c356d
Compare
Choose a tag to compare
  • Provides implementation of iHeartLinks.Core.IHypermediaService for ASP.NET core
  • Provides extension points to customize the behavior of HypermediaService
  • Includes extensions to create links with HTTP method
  • Includes extensions to add links using the ASP.NET core routing feature