jsdom v0.2.2 Release Notes

    • Switch to Contextify to manage the window's script execution.
    • Fix: allow nodelists to have a length of 0 and toArray to return an empty array
    • Fix: style serialization; issues #230 and #259
    • Fix: Incomplete DOCTYPE causes JavaScript error
    • Fix: indentation, removed outdated debug code and trailing whitespace.
    • Prevent JavaScript error when parsing incomplete <!DOCTYPE>. Closes #259.
    • Adding a test from brianmcd that ensures that setTimeout callbacks execute in the context of the window
    • Fixes issue 250: make document.parentWindow === window work
    • Added test to ensure that timer callbacks execute in the window context.
    • Fixes 2 issues in ResourceQueue
    • Make frame/iframe load/process scripts if the parent has the features enabled