Skip to content

Releases: Hinaser/xspy

v0.0.4

20 Sep 16:44
Compare
Choose a tag to compare

Fixed

  • Fixed wrong documentation about import in README.md

v0.0.3

18 Aug 14:19
Compare
Choose a tag to compare

Added

  • Added jsdoc annotations to all public APIs. Type hints/completions is now more descriptive.

Changed

  • Changed internal class name.

Fixed

  • Fixed incorrect type definitions

v0.0.2

15 Aug 13:52
bb4d782
Compare
Choose a tag to compare

Changed

  • Event listener for XMLHttpRequest like onreadystatechante, onload, ...etc can now receive
    more precise Event/ProgressEvent.
    • event.target and event.currentTarget now has the originator xhr instance.
    • onload and onloadend events now holds accurate bytes in loaded/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

11 Aug 16:09
36bcb31
Compare
Choose a tag to compare

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

10 Aug 17:21
33aea3c
Compare
Choose a tag to compare

Initial release published as v0.0.0