Releases: json-api-dotnet/JsonApiDotNetCore
Releases · json-api-dotnet/JsonApiDotNetCore
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
v2.1.0-beta1-final
Improved Separation of Concerns (PR #141)
v2.0.8
- Fix DateTimeOffset deserialization bug (#118)
- Restrict controller actions using attributes (#122)
- Include inner exceptions in 500 status code messages (#121)
v2.0.7
PR: #116
- fix DefaultEntityRepository (#113)
- Added unit tests
- Added constructor overload for
AttrAttribute
- Introduce new
IDbContextResolver
and deprecate DefaultEntityRepository
ctor
v2.0.6
Fixes duplicate call to db in {entity}/{id}/relationships/{relationship}
request
v2.0.5
Closes #108
Starts #91
Also:
- Adds tests in appveyor
- Introduces Errors/Error methods on controllers
- Handling of multiple error status codes
- add "unstable" MyGet feed
v2.0.4
Hotfix -- remove ToProperCase()