-
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
35 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,33 @@ | ||
# Jasmine NPM 4.3.0 Release Nodes | ||
|
||
This release updates the jasmine-core dependency to 4.3.0. See the | ||
[jasmine-core release notes](https://github.com/jasmine/jasmine/blob/main/release_notes/4.3.0.md) | ||
for more information. | ||
|
||
# New features | ||
|
||
* Added a config option to disable listing pending specs when there are failures | ||
* This can make failure output easier to read when there are also a number of | ||
pending specs. To use this feature, add `alwaysListPendingSpecs: false` to | ||
the config file or call `.alwaysListPendingSpecs(false)` on the `Jasmine` | ||
instance. | ||
|
||
|
||
## Documentation updates | ||
|
||
* Added a contributing guide | ||
* Copied CODE_OF_CONDUCT from core repo | ||
|
||
## Internal improvements | ||
|
||
* Converted `Jasmine` and `Loader` to ES6 classes | ||
|
||
## 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)_ |