Skip to content

Latest commit

 

History

History
76 lines (40 loc) · 1.49 KB

CHANGELOG.md

File metadata and controls

76 lines (40 loc) · 1.49 KB

main

0.9.0

  • Migrate source code to TypeScript (should not affect consumers, but marking as new minor just in case)

0.8.0

  • Drop support for Node 15
  • Update jest-worker to v27

0.7.1

  • Ship type definitions

0.7.0

  • Update dependencies and drop support for Node 8

0.6.0

  • Update dependencies and drop Node 6

0.5.0

Features

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

Chore

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

0.4.0

Features

  • Add getExtraOptions to entry file (#12)

Breaking changes

  • Drop Node 4 (#4)

0.3.1

Fixes

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

0.3.0

Fixes

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

Features

  • Support serial execution (#6)

O.2.0

Features

  • Add skip functionality

O.1.1

Fixes

  • TTY support for jest-worker

0.1.0

  • Initial Release