Skip to content

Latest commit

 

History

History
114 lines (73 loc) · 2.95 KB

HISTORY.md

File metadata and controls

114 lines (73 loc) · 2.95 KB

May 8, 2017

May 8, 2017

Dec 24, 2016

  • #11 - Fix issues with XMLHttpRequest.

Aug 22, 2016

  • #6, #7 - Fix support for jsdom 9.4.0.

May 13, 2016

  • #3 - Allow overriding html and options being passed to jsdom. (#5, @kenjiru)
  • Deprecate the undocumented (and never-used) feature of calling jsdom(function).

Mar 21, 2016

  • Implement jsdom-global/register for use in simpler cases.

Feb 22, 2016

  • Fix typo in browser.js.

Jan 15, 2016

  • Make jsdomGlobal() idempotent - that is, you may call it twice and expect the same result without any side effects.

Jan 12, 2016

  • Remove tape integration... we don't need it.

Jan 12, 2016

  • tape: Shows navigator userAgent in tape output.

Jan 11, 2016

  • Add browserify support.

Jan 11, 2016

  • Fix compatibility with legacy Node.js versions.

Jan 11, 2016

  • Add cleanup().

Jan 11, 2016

  • Initial release.