Added
- Add support for Node.js 20 (#2331)
Changed
- BREAKING CHANGE: Use appropriate module loading mechanism for configuration files (#2334)
- BREAKING CHANGE: Use
await import()
to load all custom formatters and snippet syntaxes (#2334) - BREAKING CHANGE: Use
await import()
for default support code loading (#2337)
Fixed
- Ensure attached string literals are base64-encoded in JSON reports (#2260)
Removed
- BREAKING CHANGE: Drop support for Node.js 14, 16 and 19 (#2331)