Releases: aurelia/http-client
Releases · aurelia/http-client
aurelia-http-client v0.5.2
Bug Fixes
- event: switch from hook to event (01628f42)
aurelia-http-client v0.5.1
Bug Fixes
- http-response-message: prevent throws on content with unsuccessful requests (a8a0c3d7)
aurelia-http-client v0.5.0
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
Bug Fixes
- all: errors should still return HttpResponseMessage (43f3cf4f)
aurelia-http-client v0.4.3
aurelia-http-client v0.4.2
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
Features
- http-client: add http patch method (77cfc39a)
aurelia-http-client v0.4.0
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
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
Bug Fixes
- http-client: handle empty base url with join (d1968323)