Skip to content

Commit 5cd7d47

Browse files
committed
Bump version to 5.3.0
1 parent d0fe5c4 commit 5cd7d47

File tree

3 files changed

+37
-2
lines changed

3 files changed

+37
-2
lines changed

lib/jasmine-core/jasmine.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10982,5 +10982,5 @@ getJasmineRequireObj().UserContext = function(j$) {
1098210982
};
1098310983

1098410984
getJasmineRequireObj().version = function() {
10985-
return '5.2.0';
10985+
return '5.3.0';
1098610986
};

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jasmine-core",
33
"license": "MIT",
4-
"version": "5.2.0",
4+
"version": "5.3.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/jasmine/jasmine.git"

release_notes/5.3.0.md

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Jasmine Core 5.3.0 Release Notes
2+
3+
## Changes
4+
5+
* Improved performance in Safari
6+
* Merges [#2040](https://github.com/jasmine/jasmine/pull/2040) from @dcsaszar
7+
* Fixes [#2008](https://github.com/jasmine/jasmine/issues/2008)
8+
9+
* Improved performance in Playwright Webkit on Windows
10+
* Merges [#2034](https://github.com/jasmine/jasmine/pull/2034) from @m-akinc
11+
12+
* Throw if spying has no effect, as when spying on localStorage methods in Firefox and Safari 17
13+
* See [#2036](https://github.com/jasmine/jasmine/issues/2036) and [#2007](https://github.com/jasmine/jasmine/issues/2007)
14+
15+
16+
## Documentation improvements
17+
18+
* Added API reference for reporter capabilities
19+
20+
## Supported environments
21+
22+
This version has been tested in the following environments.
23+
24+
| Environment | Supported versions |
25+
|-------------------|--------------------|
26+
| Node | 18, 20, 22 |
27+
| Safari | 15-17 |
28+
| Chrome | 128 |
29+
| Firefox | 102, 115, 130 |
30+
| Edge | 128 |
31+
32+
33+
------
34+
35+
_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_

0 commit comments

Comments
 (0)