Skip to content

Releases: simon360/jest-environment-jsdom-global

v4.0.0: Jest 29 and EOL for Node 12

30 Aug 15:13
ea501b2
Compare
Choose a tag to compare

This release adds support for Jest 29, and removes support for Node 12.

NOTE: If you need support for Node 12, continue using the latest 3.x version of this package.

v3.1.2: Bug fix

20 May 20:22
Compare
Choose a tag to compare

What's Changed

  • Fixed a bug that could cause test failures on Jest 28 (thanks, @Belco90!) #60

New Contributors

v3.1.1: README updates

30 Apr 18:59
6f34a92
Compare
Choose a tag to compare

An update to the README, explaining some changes in Jest 28 that may, in some cases, remove the need to use jest-environment-jsdom-global.

v3.1.0: Jest 28 support

30 Apr 18:18
ddf3109
Compare
Choose a tag to compare

New features

  • Includes compatibility with Jest 28
  • Maintains compatibility with older versions of Jest. This will be dropped in a future version, but am doing this as a courtesy while everyone gets up to a newer Jest version.

Internal changes

  • Updated all packages
  • Added a CI stage that tests on older versions of Jest and jest-environment-jsdom

v3.0.0: Jest 27 support + general hygiene

27 Aug 20:55
7295511
Compare
Choose a tag to compare

Breaking changes:

  • Node >= 12 is now required. Node 10 is out of mainstream support, so I've dropped support here, too
  • jest-environment-jsdom-sixteen is no longer supported. Jest > 26 includes support out of the box. If you require jest-environment-jsdom-sixteen, continue using the latest v2.x release of this package

Minor changes:

  • Adds Jest 27 to the peer dependency range

Internal

  • All dependencies have been updated to the latest versions
  • The primary branch has been renamed from master to main

v2.0.4: Update docs for JSDOM 16

14 Jun 15:22
Compare
Choose a tag to compare

Changelog

  • docs: Add a version disclaimer for JSDOM 16 (#38)

v2.0.3: Add support for Jest 26

14 Jun 14:03
Compare
Choose a tag to compare

Changelog

  • chore: update peer dependency versions for Jest to include 26.x (issue #35, PR #36)

Internal:

  • test: update Jest version to 26

Update dependencies and remove GitHub Package Registry publishing

07 Apr 22:56
Compare
Choose a tag to compare
  • chore: remove GitHub Package Registry publish script
  • chore: update all packages

Publish to GitHub Package Registry

07 Apr 22:34
Compare
Choose a tag to compare

A bug in the release script caused publishes to GPR to fail.

v2.0.0: Support for jest-environment-jsdom-sixteen

07 Apr 22:04
Compare
Choose a tag to compare

feat: add support for jest-environment-jsdom-sixteen

BREAKING CHANGES

  • in some cases, if jest-environment-jsdom-sixteen is resolvable, and Jest is running on Node 8 or lower, test suites may begin failing. This may happen if a subdependency of your project has jest-environment-jsdom-sixteen as a dependency, instead of a devDependency.