Skip to content

Latest commit

 

History

History
55 lines (29 loc) · 1.17 KB

CHANGELOG.md

File metadata and controls

55 lines (29 loc) · 1.17 KB

master

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