Releases: aurelia/fetch-client
Releases · aurelia/fetch-client
1.8.2
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
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
Bug Fixes
- Conversion to TypeScript
- http-client: call trackRequestEnd when fetch fails (cf64989)
1.7.0
Features
- added 'aurelia-fetch-client-request-started' event
1.6.0
Bug Fixes
- doc: fix polyfill example with whatwg-fetch (df50f6d)
1.5.0
Features
- add an aurelia-fetch-client-requests-drained event
- add get/post/put/delete helpder methods
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
Bug Fixes
- http-client: Rework application/json header (946273a), closes #90
1.3.0
Bug Fixes
- util: Discontinue using Blob for JSON (03ae35f), closes #90
1.2.0
Features
- HttpClient: add JSON.stringify replacer (2fc49a9)