Skip to content

Releases: aurelia/fetch-client

aurelia-fetch-client v0.4.0

10 Nov 04:51
Compare
Choose a tag to compare

Features

  • http-client: clean up configuration (48c82048)

aurelia-fetch-client v0.3.0

13 Oct 07:38
Compare
Choose a tag to compare

Bug Fixes

  • HttpClient: fix crash in FF caused by attempting to iterate over Headers (f45dd86e)
  • all: add corejs (abc6fcf8)
  • build: update linting, testing and tools (12f0cd93)
  • http-client:
    • fix firefox crash (939f1a95)
    • fix bug where default headers were sometimes not applied correctly (c3ed06ce)
    • inline ConfigOrCallback type definition (6a062601)
    • wrap request creation in a Promise so requestError interceptors will see errors (522212b6)
  • request-init: adjust type annotation on headers to allow objects (aeffb65f, closes #16)

Features

  • HttpClient: allow functions as default header values (4f9153a4, closes #17)
  • all:
  • docs:
    • generate api.json from .d.ts file (80ccb0c2)
    • generate api.json from .d.ts file (6d1cf4cc)
  • http-client: make configure chainable (946ba2c1)
  • http-client-configuration: add chainable helpers for all configuration properties

aurelia-fetch-client v0.2.0

04 Sep 19:35
Compare
Choose a tag to compare

Bug Fixes

  • build: update linting, testing and tools (12f0cd93)

Features

  • docs:
    • generate api.json from .d.ts file (80ccb0c2)
    • generate api.json from .d.ts file (6d1cf4cc)

aurelia-fetch-client v0.1.2

14 Aug 06:19
Compare
Choose a tag to compare

Bug Fixes

  • http-client: inline ConfigOrCallback type definition (6a062601)

aurelia-fetch-client v0.1.1

29 Jul 21:05
Compare
Choose a tag to compare

Bug Fixes

  • HttpClient: fix crash in FF caused by attempting to iterate over Headers (f45dd86e)
  • all: add corejs (abc6fcf8)
  • http-client: wrap request creation in a Promise so requestError interceptors will see errors (522212b6)

Features

  • all: add type annotations (15fbbbde)
  • http-client: make configure chainable (946ba2c1)

aurelia-fetch-client v0.1.0

02 Jul 03:48
Compare
Choose a tag to compare

Features

  • all: add initial implementation (dd63fb8d)
  • http-client-configuration: add chainable helpers for all configuration properties (26aa9df8)