Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 2.63 KB

CHANGELOG.md

File metadata and controls

58 lines (41 loc) · 2.63 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

0.3.3 - 2019-02-25

Fixed

  • Raise an error if not found when filtering by a single ID [#85]

0.3.2 - 2018-11-08

Fixed

  • Raise a ResourceNotFound error when response is a 404 [#84]

0.3.1 - 2018-08-06

Fixed

  • Raise a more specific error class [#82]

0.3.0 - 2018-03-14

Changed

  • Adding support for Faraday's open_timeout and timeout options [#78]
  • Loosen dependency on activesupport [#74]
  • Updated JSON gem to 2.1.0 [#73]
  • Loosen dependency on faraday to allow for upgrades [#71]
  • Enhanced ServerInfo to support the new _href entries [#66]

Fixed

  • Improve query used when fetching collection actions [#77]

0.2.0 - 2017-02-24

Changed

  • BREAKING Client's settings is renamed to user_settings to avoid collision with API's settings collection [#57]
  • Loosen ActiveSupport dependency [#64]

Fixed

  • Fix Client::Error to support Rails errors (routing, etc) [#58]
  • When fetching the entrypoint a / is appended to the URL [#59]

Added

  • Add CHANGELOG.md
  • Update README with simple instructions reflecting the query interface.