Skip to content

Latest commit

 

History

History
65 lines (43 loc) · 5.21 KB

CHANGELOG.md

File metadata and controls

65 lines (43 loc) · 5.21 KB

0.7.3 (Next)

  • Your contribution here.

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)