Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,20 +96,20 @@

## v1.6.3

- [#312](https://githup.com/JsonApiClient/json_api_client/pull/312) - Don't raise on `422`
- [#312](https://github.com/JsonApiClient/json_api_client/pull/312) - Don't raise on `422`

## v1.6.2

- [#311](https://githup.com/JsonApiClient/json_api_client/pull/311) - Raise JsonApiClient::Errors::ClientError for unhandled 4xx responses
- [#311](https://github.com/JsonApiClient/json_api_client/pull/311) - Raise JsonApiClient::Errors::ClientError for unhandled 4xx responses

## v1.6.1

- [#297](https://githup.com/JsonApiClient/json_api_client/pull/297) - Fix test_helper
- [#298](https://githup.com/JsonApiClient/json_api_client/pull/298) - README update: arguments for custom connections run method
- [#306](https://githup.com/JsonApiClient/json_api_client/pull/306) - README update: pagination override examples
- [#307](https://githup.com/JsonApiClient/json_api_client/pull/307) - Symbolize params keys on model initialize
- [#304](https://githup.com/JsonApiClient/json_api_client/pull/304) - Optional add default to changes
- [#300](https://githup.com/JsonApiClient/json_api_client/pull/300) - Define methods for properties and associations getter/setter
- [#297](https://github.com/JsonApiClient/json_api_client/pull/297) - Fix test_helper
- [#298](https://github.com/JsonApiClient/json_api_client/pull/298) - README update: arguments for custom connections run method
- [#306](https://github.com/JsonApiClient/json_api_client/pull/306) - README update: pagination override examples
- [#307](https://github.com/JsonApiClient/json_api_client/pull/307) - Symbolize params keys on model initialize
- [#304](https://github.com/JsonApiClient/json_api_client/pull/304) - Optional add default to changes
- [#300](https://github.com/JsonApiClient/json_api_client/pull/300) - Define methods for properties and associations getter/setter

## v1.6.0

Expand Down