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 acb4c9a commit 41a5f51Copy full SHA for 41a5f51
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.1](https://github.com/ash-project/ash_json_api/compare/v1.6.0-rc.0...v1.6.0-rc.1) (2026-03-02)
15
+
16
17
18
19
+### Improvements:
20
21
+* add builtin transformers `:camelize` and `:dasherize` by [@zachdaniel](https://github.com/zachdaniel)
22
23
## [v1.6.0-rc.0](https://github.com/ash-project/ash_json_api/compare/v1.5.1...v1.6.0-rc.0) (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.0"
+ @version "1.6.0-rc.1"
def project do
[
0 commit comments