Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 998 Bytes

CHANGELOG.md

File metadata and controls

32 lines (20 loc) · 998 Bytes

v0.4.0 (2014-01-13)

Bug Fixes

  • loader: extending headers by itself (8c7739a7)

Features

  • build: changelog is now automatically generated (68fec099)
  • deps: update Q and URIjs deps (8d3e098c)

v0.3.0 (2013-08-07)

  • Resource#fetch now takes custom AJAX options.
  • Updated to latest ES6 modules

v0.2.2 (2013-06-05)

  • Fixed stale properties when loading different templated links from the same root resource.

v0.2.1 (2013-06-03)

  • Expose Hyperagent.resource.resolveUrl(oldUrl, newUrl)

v0.2.0 (2013-06-01)

  • Calls to fetch() are now cached
  • Support for load hooks has been added which can be used by plugins.

v0.1.0 (2013-05-10)

  • Initial release