Skip to content

Latest commit

 

History

History
107 lines (69 loc) · 8.12 KB

File metadata and controls

107 lines (69 loc) · 8.12 KB

0.9.1 (Next)

This version is no longer tested with Ruby < 2.2.

  • #105: Added Danger, PR linter - @dblock.
  • #104: fix #to_h and #to_hash on Hyperclient::Resource - @jufemaiz
  • Your contribution here.

0.9.0 (January 10, 2018)

  • #133: Removed futuroscope - @dblock.
  • #131: Upgrade to Rubocop 0.50.0, fix Bundler's insecure git source warning - @nebolsin.
  • #132: Swapped yard dependency for danger-toc - @dblock.

0.8.6 (August 27, 2017)

  • #122: Improve error message when server returns invalid data - @ivoanjo.
  • #125: Add table of contents to readme and add note asking users to add their projects to the wiki - @ivoanjo.
  • #127: Minor fixes: Fix warnings, and pry-byebug to dev Gemfile and tweak rubocop execution - @ivoanjo.
  • #128: Fix link delegation returning nil for field with value false - @ivoanjo.

0.8.5 (July 5, 2017)

  • #120: Replace non-working homepage link in gemspec - @ivoanjo.

0.8.4 (May 16, 2017)

0.8.3 (March 30, 2017)

  • #115: Fix dropped values from queries by using FlatParamsEncoder - @ivoanjo.

0.8.2 (December 31, 2016)

This version is no longer tested with Ruby < 2.2.

0.8.1 (March 15, 2016)

  • #97: Fix: curies are no longer used as link shorteners - @joshco, @dblock.
  • #95: Fix: re-add eager delegation for resource.each - @dblock.

0.7.2 (August 23, 2015)

  • #95: Fix: re-add eager delegation for resource.x._embeddded.x - @dblock.

0.7.1 (August 15, 2015)

0.7.0 (February 23, 2015)

This version introduces several backwards incompatible changes. See UPGRADING for details.

  • #80: Faraday options can be passed to the connection on initialization - @koenpunt.
  • #81: The default Content-Type is now application/hal+json - @koenpunt.

0.6.1 (October 17, 2014)

This version introduces several backwards incompatible changes. See UPGRADING for details.

  • #51, #75: Added support for setting headers and overriding or extending the default Faraday connection block before a connection is constructed - @dblock.
  • #41, #73: All Link HTTP methods now return a Resource, including _get, which has been aliased to _resource, _post, _put, _patch, _head and _options - @dblock.
  • #72: The default Faraday block now uses Faraday::Response::RaiseError and will cause HTTP errors to be raised as exceptions - @dblock.
  • #77: Added support for templated links with all optional arguments - @dblock.

0.5.0 (October 1, 2014)

This version introduces several backwards incompatible changes. See UPGRADING for details.

  • #63: Navigational methods, including links, get or post, have been renamed to _links, _get, or _post respectively - @dblock.
  • #64: Added support for curies - @dblock.
  • #58: Automatically follow redirects - @dblock.
  • #63: You can omit the navigational elements, api.links.products is now equivalent to api.products - @dblock.
  • #61: Implemented Rubocop, Ruby-style linter - @dblock.

0.4.0 (May 5, 2014)

0.3.2 (December 20, 2013)

  • #48: Added support for fetch on the collection class - @col.
  • #50: Fixed Resource/Attributes mutating the response body - @col.
  • #46: Made response available inside Resource, provide access to status codes - @benhamill.
  • #43: Fixed LinkCollection#include? - @benhamill.
  • #47: Fixed uninitialized constant Hyperclient::Resource::Forwardable - @benhamill.
  • #39: Exposed templated link properties - @txus.
  • #38: Defaulted POST, PUT and PATCH parameters - @bkeepers.
  • #37: Fixed calling #flatten on an array of links - @bkeepers.
  • #36: Exposed link properties - @bkeepers.
  • #31: Allowed underscored attribute names other than the ones reserved by the HAL spec - @karlin.
  • #29: Handled JSON that includes a link with a null value - @arbylee.

0.3.1 (April 3, 2013)

0.3.0 (February 3, 2013)