Skip to content

Releases: jpillora/xhook

v1.6.2

28 Aug 02:46
1540593
Compare
Choose a tag to compare

Bug FIx:

  • #167 fix: resolve duplex error when fetching with stream body (@banyudu)

V1.6.1

22 Aug 13:42
bc5524b
Compare
Choose a tag to compare

Bug FIx:

V1.6.0

06 May 11:57
8853473
Compare
Choose a tag to compare

Bug Fix

  • #163 change LF to CRLF symbol in getAllResponseHeaders facade's method (@avivasyuta)

Feat

Break Change

v1.5.5

19 Aug 14:17
caf3b91
Compare
Choose a tag to compare

Bug Fix

v1.5.4

18 Aug 12:26
aa2df41
Compare
Choose a tag to compare

Bug Fix

  • #156 use a right reference to hooks.

v1.5.3

04 Aug 14:00
f19b530
Compare
Choose a tag to compare

Bug Fix

  • #153 feat: use rollup as build tool
    • reduce the size of xhook.min.js to 8KB
    • fix the import problem.

v1.5.2

21 Jul 03:51
2d0d14e
Compare
Choose a tag to compare

Bug Fix

  • #145 fix(fetch): preserve properties of Request by default.

1.5.1

17 Jul 11:16
fe041e8
Compare
Choose a tag to compare

and thanks to @TrickyPi for:

  • Switch the E2E tests to Playwright
  • Run tests on headless browsers with Github Actions
  • Auto-release on tag with Github Actions

1.4.9

11 Jun 20:44
Compare
Choose a tag to compare

Fix an issue where an exception was thrown by the browser in XMLHttpRequests for reading responseXML when the responseType was set to text. (#89)

This was previously done to support certain clients that parsed xml responses not according to the official spec but introduced a bug in requests who do not return xml and are configured with responseType to text.

1.4.8

04 May 21:16
Compare
Choose a tag to compare

Fix responseXML being null when the responseType is not being detected correctly by the browser. align behaviour to match browsers that return responseXML with a document object even when the responseType is empty. (#86)