File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 3
3
## NEXT
4
4
...
5
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
+
6
13
## [ 1.9.0] ( https://github.com/beam-community/jsonapi/compare/v1.8.4...v1.9.0 ) (2025-05-18)
7
14
8
15
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule JSONAPI.Mixfile do
4
4
def project do
5
5
[
6
6
app: :jsonapi ,
7
- version: "1.9 .0" ,
7
+ version: "1.10 .0" ,
8
8
package: package ( ) ,
9
9
compilers: compilers ( Mix . env ( ) ) ,
10
10
description: description ( ) ,
You can’t perform that action at this time.
0 commit comments