File tree 3 files changed +29
-2
lines changed
3 files changed +29
-2
lines changed Original file line number Diff line number Diff line change @@ -10813,5 +10813,5 @@ getJasmineRequireObj().UserContext = function(j$) {
10813
10813
} ;
10814
10814
10815
10815
getJasmineRequireObj ( ) . version = function ( ) {
10816
- return '5.1.1 ' ;
10816
+ return '5.1.2 ' ;
10817
10817
} ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jasmine-core" ,
3
3
"license" : " MIT" ,
4
- "version" : " 5.1.1 " ,
4
+ "version" : " 5.1.2 " ,
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.1.2 Release Notes
2
+
3
+ ## Bug Fixes
4
+
5
+ * Fixed ` throwUnlessAsync `
6
+ * Fixes [ #2026 ] ( https://github.com/jasmine/jasmine/issues/2026 )
7
+
8
+ # Documentation improvements
9
+
10
+ * Added Safari 17 to supported browsers
11
+ * Added Firefox 115 (current ESR) to supported browsers
12
+
13
+ ## Supported environments
14
+
15
+ This version has been tested in the following environments.
16
+
17
+ | Environment | Supported versions |
18
+ | -------------------| --------------------|
19
+ | Node | 18, 20 |
20
+ | Safari | 15-17 |
21
+ | Chrome | 121 |
22
+ | Firefox | 102, 115, 122 |
23
+ | Edge | 121 |
24
+
25
+ ------
26
+
27
+ _ Release Notes generated with _ [ Anchorman] ( http://github.com/infews/anchorman ) _
You can’t perform that action at this time.
0 commit comments