Skip to content

Releases: json-api-dotnet/JsonApiDotNetCore

v2.1.9

13 Nov 02:50
2bb6a05
Compare
Choose a tag to compare
  • #185 (PR #187): Add SerializerSettings to JsonApiOptions
  • #186 (PR #190): Injectable QueryParser service, supports custom filter strategies

Thanks @dnperfors !

v2.1.8

26 Oct 04:35
Compare
Choose a tag to compare

Make EntityResourceService methods virtual and open for extension through inheritance.

v2.1.7

25 Oct 03:30
Compare
Choose a tag to compare

Issues #179 implemented by PR #180 - Negative Page Numbers

v2.1.6

04 Oct 02:52
Compare
Choose a tag to compare

Issues #171, #172 implemented by PR #173 - Custom Query Params

v2.1.5

23 Sep 03:31
Compare
Choose a tag to compare

Issue #165 implemented by PR #168 - IQueryAccessor.GetRequired(string)

v2.1.4

17 Sep 20:20
Compare
Choose a tag to compare

Issue #157 implemented by PR #159 - Relative Links

v2.1.3

16 Aug 05:55
Compare
Choose a tag to compare

Issue #152 fixed by PR #153 - Fix filter query parsing issue

v2.1.2

10 Aug 00:10
Compare
Choose a tag to compare

Issue #148 fixed by PR #149 - Fix Duplicate Inclusions

v2.1.1

23 Jul 03:04
Compare
Choose a tag to compare

Issue #143 fixed by PR #145

v2.1.0-beta1-final

02 Jul 23:10
Compare
Choose a tag to compare

Improved Separation of Concerns (PR #141)