-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
45 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# 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](https://jasmine.github.io/tutorials/upgrading_to_Jasmine_5.0) | ||
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](https://jasmine.github.io/tutorials/running_specs_in_parallel) | ||
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 | ||
* Fixes [#206](https://github.com/jasmine/jasmine-npm/issues/206) | ||
|
||
## Internal improvements | ||
|
||
* Updated dev dependencies | ||
|
||
## Supported environments | ||
|
||
This package has been tested on Node 18 and 20. | ||
|
||
------ | ||
|
||
_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_ |