Releases: jpillora/xhook
Releases · jpillora/xhook
v1.6.2
V1.6.1
V1.6.0
v1.5.5
v1.5.4
v1.5.3
v1.5.2
1.5.1
- Ported the CoffeeScript to modern JavaScript with https://github.com/decaffeinate/decaffeinate
- Refactored the codebase into manageable chunks
- It is now hopefully easy to fix bugs that arise
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
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.