Skip to content

Releases: aurelia/fetch-client

1.8.2

20 Mar 03:32
Compare
Choose a tag to compare

aurelia-fetch-client 1.8.1

Bug Fixes

  • all: change es2015 back to native-modules (14245e8)
  • build: adjust build script, add umd es2015, fix unpkg field (b62089f)
  • ci: adjust test scripts, separate single/watch mode (0309253)
  • retry-interceptor: conform to Interceptor interface (daae14b)

1.8.1

15 Mar 04:39
Compare
Choose a tag to compare

Bug Fixes

  • all: change es2015 back to native-modules (14245e8)
  • build: adjust build script, add umd es2015, fix unpkg field (b62089f)
  • ci: adjust test scripts, separate single/watch mode (0309253)
  • retry-interceptor: conform to Interceptor interface (daae14b)

1.8.0

18 Jan 23:42
Compare
Choose a tag to compare

aurelia-fetch-client 1.8.0

Bug Fixes

  • Conversion to TypeScript
  • http-client: call trackRequestEnd when fetch fails (cf64989)

1.7.0

01 Dec 04:49
Compare
Choose a tag to compare

aurealia-fetch-client 1.7.0

Features

  • added 'aurelia-fetch-client-request-started' event

1.6.0

25 Sep 19:52
Compare
Choose a tag to compare

aurelia-fetch-client 1.6.0

Bug Fixes

  • doc: fix polyfill example with whatwg-fetch (df50f6d)

1.5.0

11 Sep 19:35
Compare
Choose a tag to compare

aurelia-fetch-client 1.5.0

Features

  • add an aurelia-fetch-client-requests-drained event
  • add get/post/put/delete helpder methods

1.4.0

14 Jun 05:43
Compare
Choose a tag to compare

aurelia-fetch-client 1.4.0

Features

  • fetch-client: add retry functionality (d16447a)
  • http-client: Expose buildRequest helper API (33d364d)
  • http-client: Expose HttpClient to interceptors (36518bc)
  • http-client: Forward Request from response interceptor (cc91034)
  • interface: add signal to RequestInit interface (7a056c0)

1.3.1

30 Jan 07:11
Compare
Choose a tag to compare

1.3.1

Bug Fixes

  • http-client: Rework application/json header (946273a), closes #90

1.3.0

24 Jan 05:16
Compare
Choose a tag to compare

aurelia-fetch-client 1.3.0

Bug Fixes

  • util: Discontinue using Blob for JSON (03ae35f), closes #90

1.2.0

20 Dec 05:08
Compare
Choose a tag to compare

aurelia-fetch-client 1.2.0

Features

  • HttpClient: add JSON.stringify replacer (2fc49a9)