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.0 - 2018-03-14
- 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]
- Improve query used when fetching collection actions [#77]
0.2.0 - 2017-02-24
- BREAKING Client's
settings
is renamed touser_settings
to avoid collision with API'ssettings
collection [#57] - Loosen ActiveSupport dependency [#64]
- Fix Client::Error to support Rails errors (routing, etc) [#58]
- When fetching the entrypoint a / is appended to the URL [#59]
- Add CHANGELOG.md
- Update README with simple instructions reflecting the query interface.