Skip to content

Releases: JsonApiClient/json_api_client

1.21.1

05 Jun 17:13
Compare
Choose a tag to compare
  • #404 - Expose NotFound json errors
  • #378 - Add the ability to create a subclass of JsonApiClient::Resource to have a modified id method

v1.8.0

23 Jan 21:44
Compare
Choose a tag to compare
  • #316 - Allow custom error messages
  • #305 - optional search relationship data in result set

v1.7.0

24 Nov 16:16
Compare
Choose a tag to compare
  • #320 - fix passing relationships on create

    • fix relationships passing to new and create methods
    • fix false positive tests on create
    • refactor tests on create/update to prevent false same positive tests in future
  • #315 - add shallow_path feature to belongs_to

  • add shallow_path options to belongs_to to use model w/ and w/o nesting in parent resource

v1.6.2: - [#311](https://githup.com/JsonApiClient/json_api_client/pull/311) -…

12 Oct 11:03
Compare
Choose a tag to compare

Breaking change

  • #311 Raise JsonApiClient::Errors::ClientError for unhandled 4xx responses

v1.6.1

09 Oct 09:38
Compare
Choose a tag to compare

Features

  • Optional add default to changes #304
  • Define methods for properties and associations getter/setter #300

Fixes

  • Use mocha/minitest instead of mocha/mini_test on test_helper #297
  • Update arguments for custom connections run method in README #298
  • Import README - pagination override examples #306
  • Symbolize params keys on model initialize #307

v1.6.0

21 Sep 10:10
Compare
Choose a tag to compare

Breaking changes:

  • JsonApiClient::Query::Builder instance is now immutable #293