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 38341ff commit b121afeCopy full SHA for b121afe
CHANGELOG.md
@@ -3,6 +3,13 @@
3
## NEXT
4
...
5
6
+## [1.10.0](https://github.com/beam-community/jsonapi/compare/v1.9.0...v1.10.0) (2025-08-19)
7
+
8
9
+### Features
10
11
+* add polymorphic resource support ([#359](https://github.com/beam-community/jsonapi/issues/359)) ([0ea2996](https://github.com/beam-community/jsonapi/commit/0ea2996a5317d9db84e9fac65e9ce7431f726ba4))
12
13
## [1.9.0](https://github.com/beam-community/jsonapi/compare/v1.8.4...v1.9.0) (2025-05-18)
14
15
mix.exs
@@ -4,7 +4,7 @@ defmodule JSONAPI.Mixfile do
def project do
[
app: :jsonapi,
- version: "1.9.0",
+ version: "1.10.0",
package: package(),
compilers: compilers(Mix.env()),
description: description(),
0 commit comments