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 035fcfd commit 2c7493cCopy full SHA for 2c7493c
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
## Unreleased
4
5
+## v1.5.2
6
+
7
+- [#264](https://github.com/chingor13/json_api_client/pull/264) - Enable sparse fieldsets for nested models
8
+- [#263](https://github.com/chingor13/json_api_client/pull/263) - Fix initializing resource including relationships
9
+- [#260](https://github.com/chingor13/json_api_client/pull/260) - Use formatter for belongs_to keys
10
11
## v1.5.1
12
13
- [#236](https://github.com/chingor13/json_api_client/pull/236) - Escape nested route keys
lib/json_api_client/version.rb
@@ -1,3 +1,3 @@
1
module JsonApiClient
- VERSION = "1.5.1"
+ VERSION = "1.5.2"
end
0 commit comments