Skip to content

Commit 56ae3a3

Browse files
committed
chore: release version v1.4.15
1 parent db66219 commit 56ae3a3

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
55

66
<!-- changelog -->
77

8+
## [v1.4.15](https://github.com/ash-project/ash_json_api/compare/v1.4.14...v1.4.15) (2024-12-20)
9+
10+
11+
12+
13+
### Bug Fixes:
14+
15+
* only use route's fields on top level records
16+
17+
* nested boolean filters accept a list of filters, not a single filter
18+
19+
* encode primary key always when encoding resources as values
20+
21+
### Improvements:
22+
23+
* make igniter optional
24+
825
## [v1.4.14](https://github.com/ash-project/ash_json_api/compare/v1.4.13...v1.4.14) (2024-11-24)
926

1027

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule AshJsonApi.MixProject do
55
The JSON:API extension for the Ash Framework.
66
"""
77

8-
@version "1.4.14"
8+
@version "1.4.15"
99

1010
def project do
1111
[

0 commit comments

Comments
 (0)