jsdom v5.1.0 Release Notes

    • ➕ Added support for the NodeIterator class from the DOM Standard. (Joris-van-der-Wel)
    • 🛠 Fixed an issue with the initial request where it was not sharing its cookie jar with the subsequent requests, sometimes leading to a "possible EventEmitter memory leak detected" warning. (inikulin)
    • ⚡️ Updated tough-cookie to 0.13.0, bringing along many spec compliance fixes. (inikulin)
    • ➕ Added a fast failure in Node.js™ with a clear error message, so that people don't get confused by syntax errors.