Tiger.Hal
6.0.0-pre1
A transformer for ASP.NET Core to produce HAL+JSON responses.
Install-Package Tiger.Hal -Version 6.0.0-pre1
dotnet add package Tiger.Hal --version 6.0.0-pre1
<PackageReference Include="Tiger.Hal" Version="6.0.0-pre1" />
paket add Tiger.Hal --version 6.0.0-pre1
Release Notes
➟ Release 6.0.0
⁃ The library has grown support for custom rules for producing links.
⁃ Standard rules go through this single entry point, so Tiger.HAL is implemented on the same base as your rules.
⁃ The elements of collections can be embedded without linking to the collection itself.
⁃ Because this is the same results as the `EmbedElements` command on base collections, it has the same name.
⁃ Debug Symbols and SourceLink are now published to NuGet.
➟ Release 5.0.0
⁃ The library has grown special support for transformation maps of collection types.
➟ Release 4.0.0
⁃ A companion library of analyzers has been created: Tiger.Hal.Analyzers.
⁃ Properties may now be ignored automatically if they meet certain criteria.
⁃ Dependencies have been greatly rationalized.
⁃ Namespaces have been adjusted.
⁃ More utility methods have been added.
Dependencies
-
.NETCoreApp 2.1
- Microsoft.AspNetCore.Mvc.Core (>= 2.1.0)
- Microsoft.AspNetCore.Mvc.Formatters.Json (>= 2.1.0)
- Tavis.UriTemplates (>= 1.1.1)
- Tiger.Types (>= 5.0.0)
-
.NETStandard 2.0
- Microsoft.AspNetCore.Mvc.Core (>= 2.1.0)
- Microsoft.AspNetCore.Mvc.Formatters.Json (>= 2.1.0)
- System.Collections.Immutable (>= 1.5.0)
- Tavis.UriTemplates (>= 1.1.1)
- Tiger.Types (>= 5.0.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
6.0.0-pre1 | 503 | 7/3/2019 |
5.0.0 | 13,639 | 11/6/2018 |
4.0.0 | 768 | 9/26/2018 |
4.0.0-preview2 | 261 | 9/26/2018 |
4.0.0-preview1 | 244 | 9/24/2018 |
3.0.0 | 461 | 7/17/2018 |
2.0.2 | 3,841 | 3/19/2018 |
2.0.1 | 745 | 1/16/2018 |
2.0.0 | 497 | 1/15/2018 |
1.0.0 | 484 | 11/27/2017 |