- Migrate source code to TypeScript (should not affect consumers, but marking as new minor just in case)
- Drop support for Node 15
- Update
jest-worker
to v27
- Ship type definitions
- Update dependencies and drop support for Node 8
- Update dependencies and drop Node 6
- Add support for the new test status
todo
, introduced in Jest 24 (#14)
- Upgrade to
jest-worker@24
(#14)
- Add
getExtraOptions
to entry file (#12)
- Drop Node 4 (#4)
- Use a mutex when running in band as well (#7)
- Use import/export (#8)
- Removing un-needed packages (#1)
- Mutex the workers, to behave more like native jest test runs (#5)
- Support serial execution (#6)
- Add skip functionality
- TTY support for jest-worker
- Initial Release