-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
3 changed files
with
37 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
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,35 @@ | ||
# Jasmine Core 5.3.0 Release Notes | ||
|
||
## Changes | ||
|
||
* Improved performance in Safari | ||
* Merges [#2040](https://github.com/jasmine/jasmine/pull/2040) from @dcsaszar | ||
* Fixes [#2008](https://github.com/jasmine/jasmine/issues/2008) | ||
|
||
* Improved performance in Playwright Webkit on Windows | ||
* Merges [#2034](https://github.com/jasmine/jasmine/pull/2034) from @m-akinc | ||
|
||
* Throw if spying has no effect, as when spying on localStorage methods in Firefox and Safari 17 | ||
* See [#2036](https://github.com/jasmine/jasmine/issues/2036) and [#2007](https://github.com/jasmine/jasmine/issues/2007) | ||
|
||
|
||
## Documentation improvements | ||
|
||
* Added API reference for reporter capabilities | ||
|
||
## Supported environments | ||
|
||
This version has been tested in the following environments. | ||
|
||
| Environment | Supported versions | | ||
|-------------------|--------------------| | ||
| Node | 18, 20, 22 | | ||
| Safari | 15-17 | | ||
| Chrome | 128 | | ||
| Firefox | 102, 115, 130 | | ||
| Edge | 128 | | ||
|
||
|
||
------ | ||
|
||
_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_ |