This is a major release that includes breaking changes. It primarily adds
support for parallel execution. Most users should be able to upgrade without
changes, but please read the list of breaking changes below and see the
migration guide
for more information. Be sure to read the release notes for jasmine-core
5.0.0 as well.
- Dropped support for Node 12, 14, and 16
- Unknown CLI args of the form --foo=bar are treated as errors, not env vars
- Backslashes in file globs (e.g.
spec_files
) are treated as escape characters on all platforms. Previously they were treated as directory separators on Windows and escape characters elsewhere.
- Support for parallel execution See the parallel guide for more information.
- Support for Node 20
- Include the underlying exception in ESM import exceptions
- Fixed handling of special Glob syntax in project base dirs
- Fixes #206
- Updated dev dependencies
This package has been tested on Node 18 and 20.
_Release Notes generated with Anchorman