Skip to content

Latest commit

 

History

History
58 lines (45 loc) · 3.93 KB

CHANGELOG.md

File metadata and controls

58 lines (45 loc) · 3.93 KB

Changelog

Unreleased

v1.5.1

  • #236 - Escape nested route keys

v1.5.0

  • #239 - Configurable pagination params
  • #238 - Parse links after creating a resource
  • #230 - Unformat error source parameters via key formatter.
  • #228 - All schema types to be pluggable.

v1.4.0

  • #217 - Add decimal (BigDecimal) as a serializing type
  • #222 - Add last method for a resource and scope (similar to first)

v1.3.0

  • #208 - Fall back to error.detail for the error message #196
  • #206 - Autoload JsonApiClient::VERSION constant
  • #205 - RelationshipLinker now correctly uses the resource class' KeyFormatter
  • #203 - No longer raise KeyError when trying to paginate to a page that doesn't exist. Return nil instead

v1.2.0

  • #201 - Configurable key and path formatter on a per-resource basis
  • #190 - Allow hook for overriding the total_entries method on the default paginator
  • #199 - Clean up test warnings
  • #198 - Clean up test warnings
  • #187 - README update and cleanup around select for Query::Builder
  • #191 - Don't explode when parsing "data": null
  • #183 - select for Query::Builder can accept strings, symbols, arrays
  • #181 - Handle HTTP 409 - Conflict error

v1.1.1

  • #163 - Handle faraday connection options (proxy, ssl, etc)
  • #165 - Handle null data returned for associated resources

v1.1.0

  • #159 - Alias update method as update_attributes
  • #160 - Add .with_params to add arbitrary query params on find
  • #161 - Fixes pagination issues: #142 and #150
  • #162 - Fix faraday version dependency to ~> 0.9

v1.0.2

  • #152 - Pass rebuild flag to _build_connection
  • #140 - Handle 401 Not Authorized responses
  • #137 - Support for validation contexts

v1.0.1

  • #135 - Added support for common boolean typecasting
  • #119 - property should not add default value if default is nil
  • #129 - Resource save does not update anything but attributes
  • #131 - Handle error values explicitly set to null.

v1.0.0