Skip to content

Releases: haeric/requestq

v0.9.0

26 Feb 18:43
Compare
Choose a tag to compare

Add withCredentials support

v0.8.0

20 Aug 19:29
Compare
Choose a tag to compare
  • Support FormData correctly
  • More tests!

v0.7.0

18 Jan 01:10
Compare
Choose a tag to compare

Pass on Error object in the Promise rejection, in case of an error response

v0.6.0

14 Dec 02:27
Compare
Choose a tag to compare
  • Add onProgress callback
  • Better types for request options

v0.5.0

17 Nov 22:13
Compare
Choose a tag to compare

Fix bug with authorization header not being set properly

v0.4.0

05 Nov 19:10
Compare
Choose a tag to compare

Add missing xhr.onerror, handling more client-side errors correctly

v0.3.0

12 Jul 20:18
Compare
Choose a tag to compare
  • Fix "Content-Type` erroneously being sent on every request, even when there is no body.

v0.2.0

10 Jul 21:10
Compare
Choose a tag to compare
  • Add "maxRetries" option to requests
  • Add "auth" option to requests, as a shorthand for adding an Authorization header.
  • Fix race-condition when using responseType='image'

Thanks @dbuck!

v0.1.0

04 Jul 05:16
Compare
Choose a tag to compare

First fully working release 🎉

0.0.2

03 Jul 22:38
Compare
Choose a tag to compare
0.0.2 Pre-release
Pre-release

Just doc updates