We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf76a6b commit fb82c10Copy full SHA for fb82c10
2 files changed
CHANGELOG.md
@@ -11,6 +11,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
11
12
<!-- changelog -->
13
14
+## [v1.6.0-rc.2](https://github.com/ash-project/ash_json_api/compare/v1.6.0-rc.1...v1.6.0-rc.2) (2026-03-02)
15
+
16
17
18
19
+### Improvements:
20
21
+* add dedicated calculation argument transformer by [@zachdaniel](https://github.com/zachdaniel)
22
23
## [v1.6.0-rc.1](https://github.com/ash-project/ash_json_api/compare/v1.6.0-rc.0...v1.6.0-rc.1) (2026-03-02)
24
25
mix.exs
@@ -9,7 +9,7 @@ defmodule AshJsonApi.MixProject do
9
The JSON:API extension for the Ash Framework.
10
"""
- @version "1.6.0-rc.1"
+ @version "1.6.0-rc.2"
def project do
[
0 commit comments