File tree 2 files changed +16
-1
lines changed 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
5
5
6
6
<!-- changelog -->
7
7
8
+ ## [ v1.4.31] ( https://github.com/ash-project/ash_json_api/compare/v1.4.30...v1.4.31 ) (2025-05-15)
9
+
10
+
11
+
12
+
13
+ ### Bug Fixes:
14
+
15
+ * use string names for parameters everywhere in open api spec
16
+
17
+ * handle more cases where path params collide w/ query params
18
+
19
+ ### Improvements:
20
+
21
+ * more consistency for route & query params
22
+
8
23
## [ v1.4.30] ( https://github.com/ash-project/ash_json_api/compare/v1.4.29...v1.4.30 ) (2025-04-29)
9
24
10
25
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.30 "
8
+ @ version "1.4.31 "
9
9
10
10
def project do
11
11
[
You can’t perform that action at this time.
0 commit comments