File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ ## v1.5.3
6
+
7
+ - [ #266 ] ( https://github.com/chingor13/json_api_client/pull/266 ) - Fix default attributes being overridden
8
+ - [ #267 ] ( https://github.com/chingor13/json_api_client/pull/267 ) - Fix custom pagination params
9
+ - [ #271 ] ( https://github.com/chingor13/json_api_client/pull/271 ) - Fix assert_nil warnings
10
+ - [ #275 ] ( https://github.com/chingor13/json_api_client/pull/275 ) - Add error messages when destroy fails
11
+ - [ #277 ] ( https://github.com/chingor13/json_api_client/pull/277 ) - Correct handling of error source/pointer
12
+
5
13
## v1.5.2
6
14
7
15
- [ #264 ] ( https://github.com/chingor13/json_api_client/pull/264 ) - Enable sparse fieldsets for nested models
Original file line number Diff line number Diff line change 1
1
module JsonApiClient
2
- VERSION = "1.5.2 "
2
+ VERSION = "1.5.3 "
3
3
end
You can’t perform that action at this time.
0 commit comments