Releases: jpillora/xhook
Releases · jpillora/xhook
1.4.7
- Fix support for commonjs accidentally removing the named export
1.4.6
- Add support for commonjs modules (#82)
- Fix EmitFinal being called asynchronously for sync requests (#81)
- Fix bad build of minified dist version
1.4.5
- Fix: Fetch requests using FormData not sending the actual data to the server (#64)
- Fix: conform to XMLHttpRequest spec return null, not undefined for getResponseHeader() and getAllResponseHeaders() (#69)
- Fix: Add missing trailing CRLF character. (#72)
- Fix: Add missing properties to the default XMLHttpRequest object according to default values from the spec (#75)
- Fix: test dependency accidentally being added to dependencies instead of devDependencies (#79)
1.4.4
Bugfix: Fix exposing FormData to global state by bringing back the wrapping IIFE, however without a specific reference to "window" so it can run on all supported platforms.
1.4.3
Changes
- Bugfix: Access navigator more safely for non browser environments (#61)
1.4.2
Changes
- Support Nativescript context (#59)
1.4.0
Changes
- Add fetch support (#36)
- Add missing standard properties on XHR (#55 #53)
- Add Web Worker support
- Add React Native support