Skip to content

Releases: aurelia/http-client

1.3.1

27 Mar 02:59
Compare
Choose a tag to compare

Updates to build and package.

1.3.0

14 Jun 03:38
Compare
Choose a tag to compare

aurelia-http-client 1.3.0

  • Fix unit tests.
  • Enable error responses to be shaped like Error objects, addressing some issues with BlueBird.

1.2.1

07 Oct 03:54
Compare
Choose a tag to compare

aurelia-pal 1.2.1

Bug Fixes

  • http-client: don't call withParams if there are no params (2cd076a)

1.2.0

01 Oct 05:43
Compare
Choose a tag to compare

aurelia-http-client 1.2.0

Features

  • Added support for traditional query string parameter construction.

1.1.1

05 Apr 04:27
Compare
Choose a tag to compare

aurelia-http-client 1.1.1

Bug Fixes

  • xhr-transformers: fix sending ArrayBuffer type (4d957f8), closes #161

1.1.0

23 Mar 04:14
Compare
Choose a tag to compare

aurelia-http-client 1.1.0

Features

  • request-builder: add download progress callback (a53869b), closes #163
  • request-builder: add download progress callback (73165dd)

1.0.4

06 Jan 05:31
Compare
Choose a tag to compare

aurelia-http-client 1.0.4

Bug Fixes

  • Improve dts files.

1.0.3

08 Nov 17:14
Compare
Choose a tag to compare

Bug Fixes

  • http-response-message: handle empty responses (bae5188)

1.0.2

14 Oct 14:44
Compare
Choose a tag to compare

1.0.2

Bug Fixes

  • headers: #152 - Made header treatment case insensitive

1.0.1

06 Oct 03:10
Compare
Choose a tag to compare

aurelia-http-client 1.0.1 (2016-10-06)

Bug Fixes

  • Add responseType field in HttpResponseMessage (2c0f437), closes #149