Skip to content

Releases: intility/json-api-toolkit

v2.1.4

11 May 11:30
Immutable release. Only release title and notes can be modified.
7155665

Choose a tag to compare

2.1.4 (2026-05-11)

Bug Fixes

  • nuget: remove RID for packing (ae35a48)
  • packaging: remove RuntimeIdentifier that forced x64-specific builds (a8d1eb8)

v2.1.3

11 May 09:54
Immutable release. Only release title and notes can be modified.
62040b9

Choose a tag to compare

2.1.3 (2026-05-11)

Bug Fixes

  • packaging: add icon and nuget-specific readme (5c85ab8)

v2.1.2

11 May 08:41
Immutable release. Only release title and notes can be modified.
24f877b

Choose a tag to compare

2.1.2 (2026-05-11)

CI

  • actions: Bump github/codeql-action from 4.35.3 to 4.35.4 (#145) (4bedc09)

v2.1.1

08 May 08:32
Immutable release. Only release title and notes can be modified.
9553668

Choose a tag to compare

2.1.1 (2026-05-08)

Code Refactoring

  • controller: dedupe filter+include logic between `JsonApiQue… (#132) (07f69f5)
  • filters: split NestedPropertyNavigator into focused classes (#130) (9b602bd)

Documentation

  • rename repo URLs and restructure README for OSS (#142) (e149f61)
  • update contributing guide for .NET 10 SDK and setup instructions (82397c9)
  • update contributing guide to remove outdated information and clarify setup instructions (a1d296d)

CI

  • use GITHUB_TOKEN instead of NUGET_AUTH_TOKEN (134eaa9)

v2.1.0

07 May 08:32
Immutable release. Only release title and notes can be modified.
5704794

Choose a tag to compare

2.1.0 (2026-05-07)

Features

  • docs: migrate to mkdocs material with generated API reference (#129) (765d46a)
  • pagination: return 404 when page exceeds total pages in strict mode (#126) (b639fdd)

Bug Fixes

  • correct casing for Intility.DotnetApiDocs in dotnet-tools configuration (01ed721)
  • follow dotnet api docs rename (abe8436)

Code Refactoring

  • controller: extract EnforceStrictPagination from JsonApiQueryAsync (#128) (e501631)

v2.0.1

06 May 11:51
Immutable release. Only release title and notes can be modified.
8405bf8

Choose a tag to compare

2.0.1 (2026-05-06)

Bug Fixes

  • build: reference root README.md in package (ecbdb2a)
  • lockfile: restore linux-musl-x64 RID section (0c523f1)

v2.0.0

06 May 10:39
Immutable release. Only release title and notes can be modified.
110612c

Choose a tag to compare

2.0.0 (2026-05-05)

⚠ BREAKING CHANGES

  • upgrade to .NET 10 (#112)

Features

Bug Fixes

  • code quality and fixes (#116) (0f7af6b)
  • use LINQ Select instead of foreach loop in EfIncludePathHelper (#115) (381d1b1)

Code Refactoring

Documentation

  • auto-generated docs for intility/Intility.JsonApiToolkit#116 (#117) (89f5cdf)

Build System

  • nuget: Bump coverlet.collector from 8.0.1 to 10.0.0 (#120) (8d489bd)
  • nuget: Bump the microsoft group with 4 updates (#119) (5c8f97e)
  • nuget: Bump the microsoft group with 5 updates (#124) (f616e77)

CI

  • actions: bump github/codeql-action from 4.35.1 to 4.35.2 (#118) (600e53b)
  • actions: Bump github/codeql-action from 4.35.2 to 4.35.3 (#123) (ba623a5)
  • actions: Bump googleapis/release-please-action from 4.4.1 to 5.0.0 (#121) (973d5ad)

v1.8.1

14 Apr 13:34
Immutable release. Only release title and notes can be modified.
80edccb

Choose a tag to compare

1.8.1 (2026-04-14)

Bug Fixes

  • lockfile: regenerate lock file with linux-musl-x64 RID section (715745b)

Build System

  • add NuGet lock file support for supply chain security (6a2cd14)

v1.8.0

14 Apr 12:40
Immutable release. Only release title and notes can be modified.
20d4ec0

Choose a tag to compare

1.8.0 (2026-04-14)

Features

  • projection: add database-level column filtering (#101) (3234779)

v1.7.3

07 Apr 06:22
Immutable release. Only release title and notes can be modified.
1ec6bcb

Choose a tag to compare

1.7.3 (2026-04-07)

Bug Fixes

  • resolve all 36 open CodeQL code scanning alerts (#102) (25cf2ef)

Documentation

CI

  • add Claude code review and auto-docs workflows (3c9eba1)