Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.2.0"
".": "2.3.0"
}
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## [2.3.0](https://github.com/intility/json-api-toolkit/compare/v2.2.0...v2.3.0) (2026-09-03)


### Features

* unify fields[] type naming via [JsonApiResource] (opt-in) ([#209](https://github.com/intility/json-api-toolkit/issues/209)) ([969cb06](https://github.com/intility/json-api-toolkit/commit/969cb061ffc70225edcb493d6aa6aff9cc8dad84))


### Bug Fixes

* use Path.Join instead of Path.Combine in CLI test ([#213](https://github.com/intility/json-api-toolkit/issues/213)) ([396d240](https://github.com/intility/json-api-toolkit/commit/396d2406d46b4be715e20e85b5a5639b171822ca))


### Code Refactoring

* use LINQ Where in pagination link builder ([#212](https://github.com/intility/json-api-toolkit/issues/212)) ([1aa373a](https://github.com/intility/json-api-toolkit/commit/1aa373aeadec9c55d919874b4846511f4a6bde97))


### Build System

* **deps:** Bump intility-bifrost-mkdocs from 0.7.1 to 0.9.0 in /docs in the docs group ([#208](https://github.com/intility/json-api-toolkit/issues/208)) ([6347be5](https://github.com/intility/json-api-toolkit/commit/6347be5908926b09309c6b56a353b5045e63154e))
* **deps:** Bump intility-bifrost-mkdocs in /docs in the docs group ([6347be5](https://github.com/intility/json-api-toolkit/commit/6347be5908926b09309c6b56a353b5045e63154e))


### CI

* **codeql:** exclude ContractApi test fixture from alerts ([#214](https://github.com/intility/json-api-toolkit/issues/214)) ([9bb8c02](https://github.com/intility/json-api-toolkit/commit/9bb8c02042e15c60a4edc5264abafd6b641d65f6))
* **dependabot:** update groupings and add pip for the docs page ([#206](https://github.com/intility/json-api-toolkit/issues/206)) ([3dc2932](https://github.com/intility/json-api-toolkit/commit/3dc2932d83d5db30759c713315a9f3076bcd637d))

## [2.2.0](https://github.com/intility/json-api-toolkit/compare/v2.1.8...v2.2.0) (2026-08-25)


Expand Down
2 changes: 1 addition & 1 deletion JsonApiToolkit/JsonApiToolkit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<!-- Package metadata -->
<PackageId>Intility.JsonApiToolkit</PackageId>
<Title>JsonApiToolkit</Title>
<Version>2.2.0</Version>
<Version>2.3.0</Version>
<Authors>Intility</Authors>
<Company>Intility</Company>
<Copyright>Copyright (c) Intility</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ site_name: Intility JsonApiToolkit
site_description: Documentation for Intility JsonApiToolkit
site_url: https://intility.github.io/json-api-toolkit/
extra:
version: 2.2.0 # x-release-please-version
version: 2.3.0 # x-release-please-version

theme:
name: material
Expand Down