File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## v1.6.0
6+
7+ - [ #281 ] ( https://github.com/JsonApiClient/json_api_client/pull/281 ) - Optimize dynamic attribute deref
8+ - [ #280 ] ( https://github.com/JsonApiClient/json_api_client/pull/280 ) - Fix custom headers inheritance
9+ - [ #287 ] ( https://github.com/JsonApiClient/json_api_client/pull/287 ) - Allow pagination params to be ` nil `
10+ - [ #284 ] ( https://github.com/JsonApiClient/json_api_client/pull/284 ) - Fix filter to not filter out ` [] ` values
11+ - [ #285 ] ( https://github.com/JsonApiClient/json_api_client/pull/285 ) - Add include params for create/update
12+ - [ #293 ] ( https://github.com/JsonApiClient/json_api_client/pull/293 ) - Fix side-effects in scopes
13+
514## v1.5.3
615
716- [ #266 ] ( https://github.com/chingor13/json_api_client/pull/266 ) - Fix default attributes being overridden
Original file line number Diff line number Diff line change 11module JsonApiClient
2- VERSION = "1.5.3 "
2+ VERSION = "1.6.0 "
33end
You can’t perform that action at this time.
0 commit comments