We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 262b9cb commit 2edf707Copy full SHA for 2edf707
CHANGELOG.md
@@ -3,6 +3,13 @@
3
## NEXT
4
...
5
6
+## 1.7.0 (2024-02-15)
7
+
8
+## What's Changed
9
+* Add options to transform field keys non-recursively (#132) by @protestContest in https://github.com/beam-community/jsonapi/pull/310
10
11
+**Full Changelog**: https://github.com/beam-community/jsonapi/compare/1.6.3...1.7.0
12
13
## 1.6.3 (2023-08-03)
14
15
### What's Changed
mix.exs
@@ -4,7 +4,7 @@ defmodule JSONAPI.Mixfile do
def project do
[
app: :jsonapi,
- version: "1.6.3",
+ version: "1.7.0",
package: package(),
compilers: compilers(Mix.env()),
description: description(),
0 commit comments