Skip to content

Latest commit

 

History

History
200 lines (92 loc) · 4.82 KB

CHANGELOG.md

File metadata and controls

200 lines (92 loc) · 4.82 KB

0.1.16 (2015-10-24)

Bug Fixes

  • iron-request now expects headers to be lower case (a24ab930)

0.1.15 (2015-09-29)

Bug Fixes

  • the query string is not appended to the end of the url if an action is specified (fa19188a)
  • 'new' is not passed as the action to _sendRequest() in new() (70b6dd5c)

0.1.14 (2015-09-23)

0.1.13 (2015-09-23)

Bug Fixes

  • rename ...url properties to ...path (browsers seem to like to add the document b (2b30c3ad)

0.1.12 (2015-09-23)

0.1.11 (2015-09-23)

Features

  • add a baseUrl property for prepending a base url to all requests (3a1b4928)
  • properties for adding a query string to the urls (d2f242ba)

0.1.10 (2015-09-17)

0.1.9 (2015-09-17)

Bug Fixes

  • workaround: wct currently expects to find some bower components in the "componen (7210f0f7)

0.1.8 (2015-09-09)

0.1.7 (2015-09-08)

Bug Fixes

0.1.6 (2015-08-06)

0.1.5 (2015-08-06)

Bug Fixes

  • Promise is not rejected if a request has failed. (d78f97bd)

0.1.4 (2015-08-04)

Bug Fixes

  • Create a new iron-request for every api call (21fbbf05)

0.1.3 (2015-07-07)

Features

  • Return promises from resource methods (f0dc329f)

0.1.2 (2015-07-07)

0.1.1 (2015-07-06)

Bug Fixes

  • Notify 'resource' property changes (c823cf45)

0.1.0 (2015-06-22)

Features

0.0.10 (2015-03-31)

Bug Fixes

  • Rename delete() resource method to destroy() (171b2803)

0.0.9 (2015-03-24)

0.0.8 (2015-03-17)

Features

  • Add a 'token' attribute for passing an authorization header with the HTTP reques (86dd8248)

0.0.7 (2015-03-09)

Bug Fixes

0.0.6 (2015-03-09)

Features

  • Allow additional headers to be sent with each request (67423183)

0.0.5 (2014-12-19)

Features

  • Add new method (GET /resource/new) doc: Add resource object method documentation (0bb1c9ff)

0.0.4 (2014-12-18)

Features

  • Allow a special URL for each HTTP method (83650cc0)

0.0.3 (2014-12-08)

Bug Fixes

0.0.2 (2014-12-08)

0.0.1 (2014-12-08)