File tree 3 files changed +37
-2
lines changed
3 files changed +37
-2
lines changed Original file line number Diff line number Diff line change @@ -10982,5 +10982,5 @@ getJasmineRequireObj().UserContext = function(j$) {
10982
10982
} ;
10983
10983
10984
10984
getJasmineRequireObj ( ) . version = function ( ) {
10985
- return '5.2 .0' ;
10985
+ return '5.3 .0' ;
10986
10986
} ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jasmine-core" ,
3
3
"license" : " MIT" ,
4
- "version" : " 5.2 .0" ,
4
+ "version" : " 5.3 .0" ,
5
5
"repository" : {
6
6
"type" : " git" ,
7
7
"url" : " https://github.com/jasmine/jasmine.git"
Original file line number Diff line number Diff line change
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 ) _
You can’t perform that action at this time.
0 commit comments