Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.36 KB

5.0.0.md

File metadata and controls

43 lines (29 loc) · 1.36 KB

Jasmine NPM 5.0.0 Release Notes

Summary

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.

Breaking changes

  • 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.

New features

  • Support for parallel execution See the parallel guide for more information.
  • Support for Node 20
  • Include the underlying exception in ESM import exceptions

Bug fixes

  • Fixed handling of special Glob syntax in project base dirs

Internal improvements

  • Updated dev dependencies

Supported environments

This package has been tested on Node 18 and 20.


_Release Notes generated with Anchorman