Releases: jpillora/xhook
Releases · jpillora/xhook
1.4.7
01 Feb 08:48
Compare
Sorry, something went wrong.
No results found
Fix support for commonjs accidentally removing the named export
1.4.6
31 Jan 19:07
Compare
Sorry, something went wrong.
No results found
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
27 Jan 19:16
Compare
Sorry, something went wrong.
No results found
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
01 Aug 19:50
Compare
Sorry, something went wrong.
No results found
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
19 Mar 17:24
Compare
Sorry, something went wrong.
No results found
Changes
Bugfix: Access navigator more safely for non browser environments (#61 )
1.4.2
10 Mar 20:25
Compare
Sorry, something went wrong.
No results found
Changes
Support Nativescript context (#59 )
1.4.0
03 Mar 15:23
Compare
Sorry, something went wrong.
No results found
Changes
Add fetch support (#36 )
Add missing standard properties on XHR (#55 #53 )
Add Web Worker support
Add React Native support