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 84348a3 commit bce7df9Copy full SHA for bce7df9
CHANGELOG.md
@@ -19,6 +19,15 @@ and this project adheres to
19
- `EndpointInterface` renamed to `Endpoint`
20
- `TypeInterface` renamed to `Type`
21
22
+### Fixed
23
+
24
+- Call user-defined serializer before type serializer
25
+ ([#91](https://github.com/tobyzerner/json-api-server/issues/91))
26
+- Fix finding resource when creating polymorphic relationship
27
+ ([#93](https://github.com/tobyzerner/json-api-server/issues/93))
28
+- Prevent relationship value from being retrieved if it won't be used (not
29
+ included and no linkage)
30
31
## [1.0.0-beta.2] - 2023-12-02
32
33
### ⚠️ Breaking Changes
0 commit comments