Skip to content

Instantly share code, notes, and snippets.

@tmpvar
Created August 6, 2011 19:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tmpvar/1129679 to your computer and use it in GitHub Desktop.
Save tmpvar/1129679 to your computer and use it in GitHub Desktop.
JSDOM 0.2.2 Changelog

jsdom 0.2.2

  • Fixed main memory leak (Brian McDaniel)
  • Better handling for empty NodeLists. (Dan Lidral-Porter)
  • Simplified and fixed the serialization code for the style attribute. (Andreas Lind Petersen)
  • Fix: Prevent JavaScript error when parsing incomplete <!DOCTYPE>. (Andreas Lind Petersen)
  • Fix: document.parentWindow is now the same as window. (Andreas Lind Petersen)
  • Timer callbacks execute in the window context. (Brian McDaniel)
  • Make frame/iframe load/process scripts if the parent has the features enabled. (liucougar)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment