- Raise minimum jsdom peer dependency to v25
- Peg major version to
jsdom
major version - Raise minimum required node version to v18
- task: upgrade to
[email protected]
- fix: TS error 7016 (#363)
- task: Relax jsdom peer dependency for jsdom 23 (#366)
- feature: add type information to the
$jsdom
global variable (#292)
- Add README.md to global-jsdom package directory
- Raise minimum jsdom peer dependency to v22
- Raise minimum required node version to v16
- move to yarn v3 workspace
- add typescript types (#292)
- Relax jsdom peer dependency for jsdom 21
- update deps
- (really) fix jsdom peerDep
- fix(perf): consolidate window key filtering #256
- update semver for jsdom in peerDeps (fixes #245) #259
- update actions/checkout@v3, actions/setup-node@v3, node-version: 16 #258
- remove babel deps
- Relax jsdom peer dependency for jsdom 20
- Update deps
- Relax jsdom peer dependency for jsdom 19
- Update deps
- Relax jsdom peer dependency for jsdom 18
- Update deps
- Relax jsdom peer dependency for jsdom 17
- Fix jsdom peer dependency version specifier #126
- Update deps
Feb 10, 2021
- BREAKING CHANGE
babel
usage removed, Node v12 or greater is required - BREAKING CHANGE
pretendToBeVisual
is enabled by default, see #97 - BREAKING CHANGE ES2015 modules are now
.mjs
files, you may need to enable a node flag
Jul 14, 2019
- Handle jsdom 15 [v5.0.0]: https://github.com/modosc/global-jsdom/compare/v4.3.0...v5.0.0
Jul 14, 2019
- Update deps [v4.3.0]: https://github.com/modosc/global-jsdom/compare/v4.2.0...v4.3.0
Oct 19, 2017
- Just kidding, use
global.$jsdom
instead. [v4.2.0]: https://github.com/modosc/global-jsdom/compare/v4.1.0...v4.2.0
Oct 18, 2017
- Don't clobber
global.jsdom
, useglobal._jsdom
instead [v4.1.0]: https://github.com/modosc/global-jsdom/compare/v4.0.0...v4.1.0
- Relax jsdom peer dependency for jsdom 18
- Update deps## [v4.0.0]
Oct 18, 2017
- Update peerDeps for jsdom 11
- Add es module export
- Drop browserify support
- Add access to global.jsdom instance [v4.0.0]: https://github.com/modosc/global-jsdom/compare/v3.0.2...v4.0.0
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.