File tree 2 files changed +18
-1
lines changed
2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,23 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
5
5
6
6
<!-- changelog -->
7
7
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
+
8
25
## [ v1.4.14] ( https://github.com/ash-project/ash_json_api/compare/v1.4.13...v1.4.14 ) (2024-11-24)
9
26
10
27
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ defmodule AshJsonApi.MixProject do
5
5
The JSON:API extension for the Ash Framework.
6
6
"""
7
7
8
- @ version "1.4.14 "
8
+ @ version "1.4.15 "
9
9
10
10
def project do
11
11
[
You can’t perform that action at this time.
0 commit comments