Skip to content

Releases: jest-community/create-jest-runner

v0.12.3

06 Mar 13:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.2...v0.12.3

v0.12.2

14 Sep 09:50
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.1...v0.12.2

v0.12.1

14 Sep 09:35
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.0...v0.12.1

v0.12.0

26 Aug 10:19
Compare
Choose a tag to compare

What's Changed

  • fix: drop node 12 and 17 by @SimenB in #135
  • feat: add exports stanza by @SimenB in #136
  • chore(deps): update jest monorepo to v29 (major) by @renovate in #142
  • fix: allow both v28 and v29 in peer dependencies 7fce908

Full Changelog: v0.11.2...v0.12.0

v0.11.2

09 Aug 09:27
Compare
Choose a tag to compare

What's Changed

  • fix: implement CallbackTestRunnerInterface instead of extending CallbackTestRunner class by @mrazauskas in #134

Full Changelog: v0.11.1...v0.11.2

v0.11.1

15 May 22:11
Compare
Choose a tag to compare

What's Changed

  • fix: generate types as part of prepare script

Full Changelog: v0.11.0...v0.11.1

v0.11.0

06 May 07:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...v0.11.0

v0.10.0

08 Mar 12:18
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.0...v0.10.0

0.9.0

01 Sep 10:29
Compare
Choose a tag to compare
  • Migrate source code to TypeScript (should not affect consumers, but marking as new minor just in case)

0.8.0

26 Aug 12:35
Compare
Choose a tag to compare
  • Drop support for Node 15
  • Update jest-worker to v27