-
Notifications
You must be signed in to change notification settings - Fork 147
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
32 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,30 @@ | ||
# Jasmine 5.0.0-alpha.0 Release Notes | ||
|
||
## Summary | ||
|
||
This release adds support for parallel execution and updates file glob handling. | ||
See the | ||
[parallel documentation](https://jasmine.github.io/tutorials/running_specs_in_parallel) | ||
for more information about that feature. Please also read the | ||
[jasmine-core release notes](https://github.com/jasmine/jasmine/blob/5.0/release_notes/5.0.0-alpha.0.md) | ||
for information about changes in that package, including breaking changes. | ||
|
||
## Breaking changes | ||
|
||
* Node versions older than 16.14 are no longer supported. | ||
* Backslashes in the `specFiles` and `helperFiles` configuration properties are | ||
interpreted as the start of escape sequences on all OSes. Previous versions | ||
of Jasmine used a version of the `glob` package that treated them as directory | ||
separators on Windows and the start of escape sequences on other OSes. | ||
|
||
## New features | ||
|
||
* Support for parallel execution | ||
|
||
## Supported environments | ||
|
||
The jasmine package has been tested on 16.14+, and 18. | ||
|
||
------ | ||
|
||
_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_ |