- Added
jsdom.changeURL(window, newURL)for allowing you to override a window's existing URL. (@mummybot) - Fixed the
proxyoption to be applied to all requests; previously it was not always passed through. (@nicolashenry) - Fixed
XMLHttpRequestresponse header filtering for cross-origin requests; this also fixesProgressEvents fired from such XHRs. (@nicolashenry)