Skip to content

Releases: aurelia/http-client

aurelia-http-client v0.5.2

12 Feb 20:21
Compare
Choose a tag to compare

Bug Fixes

  • event: switch from hook to event (01628f42)

aurelia-http-client v0.5.1

12 Feb 17:37
Compare
Choose a tag to compare

Bug Fixes

  • http-response-message: prevent throws on content with unsuccessful requests (a8a0c3d7)

aurelia-http-client v0.5.0

12 Feb 15:14
Compare
Choose a tag to compare

Bug Fixes

  • build: add missing bower bump (59e8a734)
  • http-response-message: account for null or undefined response (63639cf6)
  • request-message-processor: apply transforms after hr.open (d5893dfd)

Features

  • all:
    • add support for query string building (3c80d9e0)
    • massive re-design of http client (f344819f)
  • http-client:
  • transformers: handle content via a transformer (5d3f4c02)

aurelia-http-client v0.4.4

03 Feb 11:39
Compare
Choose a tag to compare

Bug Fixes

  • all: errors should still return HttpResponseMessage (43f3cf4f)

aurelia-http-client v0.4.3

24 Jan 05:53
Compare
Choose a tag to compare

Bug Fixes

  • bower: correct semver ranges (892535e1)

aurelia-http-client v0.4.2

22 Jan 07:31
Compare
Choose a tag to compare

Bug Fixes

  • http-client-spec: call send method (7689a195)
  • http-request-message: reject on onerror and ontimeout (e0880c39)
  • package: update dependencies (3697fb76)

aurelia-http-client v0.4.1

12 Jan 08:08
Compare
Choose a tag to compare

Features

  • http-client: add http patch method (77cfc39a)

aurelia-http-client v0.4.0

06 Jan 16:48
Compare
Choose a tag to compare

Bug Fixes

  • http-request-message: do not reject promise; instead return response with isSuccess as false (561ca9cb)

Features

  • build: update compile, switch to register modules, switch to core-js (68f4665e)

aurelia-http-client v0.3.1

18 Dec 06:47
Compare
Choose a tag to compare

Bug Fixes

  • http-client: take advantage of fixed path.join behavior (29ed73a1)
  • package: update path to the latest version (0e3eb0a7)

aurelia-http-client v0.3.0

18 Dec 00:20
Compare
Choose a tag to compare

Bug Fixes

  • http-client: handle empty base url with join (d1968323)