jsdom v0.6.2 Release Notes

    • Fix: URL resolution to be amazing and extremely browser-compatible, including the interplay between the document's original URL, any <base> tags that were set, and any relative hrefs. This impacts many parts of jsdom having to do with external resources or accurate href and src attributes. (deitch)
    • Add: access to frames and iframes via named properties. (adrianlang)
    • Fix: node-canvas integration, which had been broken since 0.5.7.