Releases: feature23/hateoas
Releases · feature23/hateoas
v2.0.0
What's Changed
- BREAKING: Break Newtonsoft.Json dependency, project clean-up by @paulirwin in #1
Notes
- The
HypermediaBase
class has been removed from this repository. If you need that, it is pretty simple to recreate in your own project. This code is MIT-licensed, so feel free to copy it from the v1.1.0 tag. - See the README for migrating from v1.x to v2.0 if you need Newtonsoft.Json support.
- This release adds a net8.0 target, in addition to retaining the netstandard2.0 target. The netstandard2.0 target should be considered deprecated.
Full Changelog: v1.1.0...v2.0.0
v1.1.0
- Fixes a vulnerability with Newtonsoft.Json by updating to 13.0.3
Full Changelog: https://github.com/feature23/hateoas/commits/v1.1.0