-
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
34 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,32 @@ | ||
# Jasmine NPM 4.5.0 Release Notes | ||
|
||
This release updates the jasmine-core dependency to 4.5.0. See the | ||
[jasmine-core release notes](https://github.com/jasmine/jasmine/blob/main/release_notes/4.5.0.md) | ||
for more information. | ||
|
||
|
||
## New Features | ||
|
||
* Warn when backslashes are used in paths/globs on Windows | ||
* Backslashes behave inconsistently between OSes in the version of glob | ||
that Jasmine currently uses. The next major version of glob will treat | ||
them as escape sequences rather than path separators on all OSes. | ||
|
||
* Allow instantiated reporters to be provided in the configuration | ||
* This supports more complex scenarios than the --reporter= CLI flag | ||
(multiple reporters, reporters that need configuration, reporters | ||
that aren't default exports, etc) without requiring a switch to programmatic | ||
usage. | ||
|
||
## Documentation Improvements | ||
|
||
* Fixed default value of Configuration#alwaysListPendingSpecs | ||
|
||
## Supported environments | ||
|
||
The jasmine NPM package has been tested on Node 12.17-12.22, 14, 16, and 18. | ||
|
||
|
||
------ | ||
|
||
_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_ |