Releases: Hinaser/xspy
Releases · Hinaser/xspy
v0.0.4
v0.0.3
v0.0.2
Changed
- 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
- Removed map files from
/dist
folder - Removed non-minified build file from
/dist
folder.
v0.0.1
Added
- This CHANGELOG file
- Github Workflows for coverage reporting
test/bin/fixLcovInfo.js
to convert windows style path separator to UNIX style
Changed
- Greatly improve README.md
- Improved package.json for accessibility
Fixed
- lcov.info path format.
- Changed windows style path separator to UNIX style as coveralls cannot parse windows style path separator.
Initial v0.0.0 release
Initial release published as v0.0.0