parcoursup/node_modules/jsdom-global/HISTORY.md
lalBi94 7bc56c09b5 $
2023-03-05 13:23:23 +01:00

2.9 KiB

v3.0.2

May 8, 2017

  • #17 - Fix issue with Image. (@jtag05)
  • #16 - Mark jsdom as a peer dependency.

v3.0.0

May 8, 2017

v2.1.1

Dec 24, 2016

  • #11 - Fix issues with XMLHttpRequest.

v2.1.0

Aug 22, 2016

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

v2.0.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).

v1.7.0

Mar 21, 2016

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

v1.6.2

Feb 22, 2016

  • Fix typo in browser.js.

v1.6.1

Jan 15, 2016

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

v1.5.0

Jan 12, 2016

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

v1.4.0

Jan 12, 2016

  • tape: Shows navigator userAgent in tape output.

v1.3.0

Jan 11, 2016

  • Add browserify support.

v1.2.0

Jan 11, 2016

  • Fix compatibility with legacy Node.js versions.

v1.1.0

Jan 11, 2016

  • Add cleanup().

v1.0.0

Jan 11, 2016

  • Initial release.