Skip to content

Releases: jest-community/create-jest-runner

0.7.1

26 Aug 12:23
Compare
Choose a tag to compare
  • Ship type definitions

0.7.0

21 Aug 09:07
34f05ca
Compare
Choose a tag to compare
  • Update dependencies and drop support for Node 8

0.6.0

21 Aug 09:06
8447b95
Compare
Choose a tag to compare
  • Update dependencies and drop Node 6

0.5.0

21 Aug 09:06
61bc6ea
Compare
Choose a tag to compare

Features

  • Add support for the new test status todo, introduced in Jest 24 (#14)

Chore

  • Upgrade to jest-worker@24 (#14)

0.4.0

21 Aug 09:06
Compare
Choose a tag to compare

Features

  • Add getExtraOptions to entry file (#12)

Breaking changes

  • Drop Node 4 (#4)

0.3.1

21 Aug 09:06
Compare
Choose a tag to compare

Fixes

  • Use a mutex when running in band as well (#7)
  • Use import/export (#8)
  • Removing un-needed packages (#1)

0.3.0

21 Aug 09:06
Compare
Choose a tag to compare

Fixes

  • Mutex the workers, to behave more like native jest test runs (#5)

Features

  • Support serial execution (#6)

0.1.0

21 Aug 09:06
Compare
Choose a tag to compare
  • Initial Release