Releases: codecutout/JsonApiSerializer
Releases · codecutout/JsonApiSerializer
v2.0.1
What's Changed
- Moved minimum support netstandard2.0
- Increased Newtonsoft.Json dependency version to 13.0.1
- Update csproj to make more nuget friendly
- Added sourcelink support
- Make build deterministic
New Contributors
Full Changelog: v1.7.4...v2.0.1
v1.7.4
Update Nuget deploy key
v1.7.3
Fix issue where type checks were failing on null values (#104)
v1.7.2
Fix integer ids in explicit relationship objects (#102)
v1.7.1
Fix issue preventing integer ids in relationships from functioning as…
v1.7.0
Added support for integer ids (#98)
v1.6.2
Added support for json.net conditional serialization (#91)
v1.6.1
Fix issue causing exception on dataless relationships (#86)
v1.6.0
Update nuget API key
v1.5.1
Relationships not serialized correctly (#81) * Fix bug that prevents relationships declared in `object` fields from being serialized as relationships