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.
2 parents d7634d1 + d801b86 commit de75481Copy full SHA for de75481
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
## Unreleased
4
5
+- [#320](https://github.com/JsonApiClient/json_api_client/pull/320) - fix passing relationships on create
6
+ * fix relationships passing to `new` and `create` methods
7
+ * fix false positive tests on create
8
+ * refactor tests on create/update to prevent false same positive tests in future
9
+
10
+- [#315](https://github.com/JsonApiClient/json_api_client/pull/315) - add shallow_path feature to belongs_to
11
+ * add `shallow_path` options to belongs_to to use model w/ and w/o nesting in parent resource
12
13
## v1.6.4
14
- [#314](https://github.com/JsonApiClient/json_api_client/pull/314) - Mimic ActiveRecord behavior when destroying a resource:
15
* Add `destroyed?` method
0 commit comments