File tree Expand file tree Collapse file tree 3 files changed +29
-2
lines changed
Expand file tree Collapse file tree 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$) {
1081310813} ;
1081410814
1081510815getJasmineRequireObj ( ) . version = function ( ) {
10816- return '5.1.1 ' ;
10816+ return '5.1.2 ' ;
1081710817} ;
Original file line number Diff line number Diff line change 11{
22 "name" : " jasmine-core" ,
33 "license" : " MIT" ,
4- "version" : " 5.1.1 " ,
4+ "version" : " 5.1.2 " ,
55 "repository" : {
66 "type" : " git" ,
77 "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] ( https://github.com/infews/anchorman ) _
You can’t perform that action at this time.
0 commit comments