We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f5be8b commit 01efa08Copy full SHA for 01efa08
CHANGELOG.md
@@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
5
6
<!-- changelog -->
7
8
+## [v1.4.16](https://github.com/ash-project/ash_json_api/compare/v1.4.15...v1.4.16) (2024-12-23)
9
+
10
11
12
13
+### Improvements:
14
15
+* make testing helpers public and document them
16
17
+* deprecate the DSL router configuration
18
19
## [v1.4.15](https://github.com/ash-project/ash_json_api/compare/v1.4.14...v1.4.15) (2024-12-20)
20
21
mix.exs
@@ -5,7 +5,7 @@ defmodule AshJsonApi.MixProject do
The JSON:API extension for the Ash Framework.
"""
- @version "1.4.15"
+ @version "1.4.16"
def project do
[
0 commit comments