May 8, 2017
- #17 - Fix issue with
Image
. (@jtag05) - #16 - Mark jsdom as a peer dependency. (@Cinematique)
May 8, 2017
Dec 24, 2016
- #11 - Fix issues with XMLHttpRequest.
Aug 22, 2016
May 13, 2016
- #3 - Allow overriding
html
andoptions
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.