Releases: json-api-dotnet/JsonApiDotNetCore
Releases · json-api-dotnet/JsonApiDotNetCore
v2.2.0-beta1
#161 (PR #199): Upgrade runtime and ASP.Net packages to v2:
- netstandard2.0
- ASP.Net Core 2.0.1,
- Entity Framework Core 2.0.1
- Logging and Configuration Extensions 2.0.0
v2.1.10
- #182 (PR #195): Improve error handling if entity has not been defined on the ContextGraph
- #193 (PR #194): Fail to deserialize one end of HasOne Relationship
v2.1.9
- #185 (PR #187): Add SerializerSettings to
JsonApiOptions
- #186 (PR #190): Injectable
QueryParser
service, supports custom filter strategies
Thanks @dnperfors !
v2.1.8
Make EntityResourceService
methods virtual and open for extension through inheritance.
v2.1.7
Issues #179 implemented by PR #180 - Negative Page Numbers
v2.1.6
Issues #171, #172 implemented by PR #173 - Custom Query Params
v2.1.5
Issue #165 implemented by PR #168 - IQueryAccessor.GetRequired(string)
v2.1.4
Issue #157 implemented by PR #159 - Relative Links
v2.1.3
Issue #152 fixed by PR #153 - Fix filter query parsing issue
v2.1.2
Issue #148 fixed by PR #149 - Fix Duplicate Inclusions