-
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
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.2.0 Release Notes | ||
|
||
This release updates the jasmine-core dependency to 5.2.0. See the | ||
[jasmine-core release notes](https://github.com/jasmine/jasmine/blob/main/release_notes/5.2.0.md) | ||
for more information. | ||
|
||
## New Features | ||
|
||
* Wrap help text to the terminal width | ||
* --verbose flag to print configuration debugging info | ||
* Fixes [#211](https://github.com/jasmine/jasmine-npm/issues/211). | ||
|
||
## Bug Fixes | ||
|
||
* Report parallel spec loading errors as suite errors rather than terminating early | ||
* Removed excess logging when parallel execution terminates early | ||
|
||
## Documentation Improvements | ||
|
||
* Added Node 22 to supported environments | ||
* Fixed API docs for Runner#loadConfigFile | ||
* Removed obsolete bits from README | ||
|
||
## Supported environments | ||
|
||
This version has been tested on Node 18, 20, and 22. | ||
|
||
------ | ||
|
||
_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_ |