0.0.4 - 2020-09-21
- Fixed wrong documentation about import in README.md
0.0.3 - 2020-08-18
- Added jsdoc annotations to all public APIs. Type hints/completions is now more descriptive.
- Changed internal class name.
- Fixed incorrect type definitions
0.0.2 - 2020-08-15
-
Event listener for XMLHttpRequest like
onreadystatechante
,onload
, ...etc can now receive
more precise Event/ProgressEvent.event.target
andevent.currentTarget
now has the originator xhr instance.onload
andonloadend
events now holds accurate bytes inloaded
/total
property.- Calling
event.stopImmediatePropagation
in event listener/function can now stop
another listeners to be invoked as well as original XMLHttpRequest.
-
Replaced the headless browser for testing from nightmare to puppeteer.
- Removed map files from
/dist
folder - Removed non-minified build file from
/dist
folder.
0.0.1 - 2020-08-12
- This CHANGELOG file
- Github Workflows for coverage reporting
test/bin/fixLcovInfo.js
to convert windows style path separator to UNIX style
- Greatly improve README.md
- Improved package.json for accessibility
- lcov.info path format.
* Changed windows style path separator to UNIX style as coveralls cannot parse windows style path separator.