Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.65 KB

CHANGELOG.md

File metadata and controls

25 lines (20 loc) · 1.65 KB

Changelog

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