jsdom v7.0.1 Release Notes

    • 🛠 Fixed two bugs with Node.prototype.isEqualNode:
      • It would previously always return true for comparing any two doctypes.
      • It would throw an error when trying to compare two elements that had attributes.
    • Enforced that document.implementation.createDocumentType requires all three of its arguments.