Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mjwwit/node-XMLHttpRequest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.5.5
Choose a base ref
...
head repository: mjwwit/node-XMLHttpRequest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.6.3
Choose a head ref
  • 11 commits
  • 11 files changed
  • 4 contributors

Commits on Jul 17, 2019

  1. Fixed abort/error/loadend event firing; statusCode is now 0 when all …

    …HTTP errors fire; now always throw new Error() instead of string
    Wes Garland committed Jul 17, 2019
    Copy the full SHA
    9d32e4f View commit details
  2. pushed version to 1.5.6

    Wes Garland committed Jul 17, 2019
    Copy the full SHA
    b9fedb0 View commit details

Commits on Jul 31, 2019

  1. Merge pull request #6 from wesgarland/master

    Fixed abort/error/loadend event firing, statusCode on error, exceptions
    mjwwit authored Jul 31, 2019
    Copy the full SHA
    efc39e9 View commit details
  2. Copy the full SHA
    a9d93fb View commit details
  3. Remove superfluous + operator

    mjwwit committed Jul 31, 2019
    Copy the full SHA
    534b586 View commit details
  4. 1.6.0

    mjwwit committed Jul 31, 2019
    Copy the full SHA
    ae38832 View commit details

Commits on Apr 19, 2021

  1. Copy the full SHA
    bf53329 View commit details

Commits on Apr 21, 2021

  1. Unescape pathname from url when loading from local filesystem

    When a path contains a space it will be escaped to ’%20’. When loading from local filesystem it has to be converted back to a space to get the correct path.
    Martin Carlberg authored and mrcarlberg committed Apr 21, 2021
    Copy the full SHA
    6a0a91d View commit details

Commits on May 4, 2021

  1. Fix CVE-2020-28502

    mjwwit committed May 4, 2021
    Copy the full SHA
    ee1e81f View commit details
  2. Merge pull request #8 from mrcarlberg/mjwwit_unescape_url_pathname_wh…

    …en_loading_from_local_filesystem
    
    Unescape pathname from url when loading from local filesystem
    mjwwit authored May 4, 2021
    Copy the full SHA
    4e8322f View commit details

Commits on May 17, 2021

  1. Prepare release 1.6.3

    mjwwit committed May 17, 2021
    Copy the full SHA
    711bd4a View commit details
Loading