Skip to content

v3.0.0-rc.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@wellwelwel wellwelwel released this 11 Dec 14:31
b51f382

3.0.0-rc.0 (2024-12-11)

Check out all the changes in:

⚠ BREAKING CHANGES

  • drop support for Node.js v12 (#896)
  • drop support for Node.js v8 and v10 (#885)
  • drop platform option (#894)
  • drop parallel in favor of sequential option (#888)
  • drop kebab case support (#883)
  • drop include CLI flag (#877)
  • remove allow-hrtime by default for Deno (#892)

Performance Improvements

  • use queue instead of groups for parallel tests (#886) (96b8707)