File tree Expand file tree Collapse file tree 3 files changed +30
-2
lines changed Expand file tree Collapse file tree 3 files changed +30
-2
lines changed Original file line number Diff line number Diff line change @@ -10713,5 +10713,5 @@ getJasmineRequireObj().UserContext = function(j$) {
1071310713} ;
1071410714
1071510715getJasmineRequireObj ( ) . version = function ( ) {
10716- return '5.0.0-alpha.1 ' ;
10716+ return '5.0.0-beta.0 ' ;
1071710717} ;
Original file line number Diff line number Diff line change 11{
22 "name" : " jasmine-core" ,
33 "license" : " MIT" ,
4- "version" : " 5.0.0-alpha.1 " ,
4+ "version" : " 5.0.0-beta.0 " ,
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.0.0-beta.0 Release Notes
2+
3+ This release supports the 5.0.0-beta-0 release of the ` jasmine ` package.
4+
5+ ## Breaking changes
6+
7+ * Dropped support for Node 16
8+
9+ ## New features
10+
11+ * Added support for Node 20
12+
13+ ## Supported environments
14+
15+ jasmine-core 5.0.0-beta.0 has been tested in the following environments.
16+
17+ | Environment | Supported versions |
18+ | -------------------| --------------------|
19+ | Node | 18, 20 |
20+ | Safari | 15-16 |
21+ | Chrome | 112 |
22+ | Firefox | 102, 112 |
23+ | Edge | 112 |
24+
25+
26+ ------
27+
28+ _ Release Notes generated with _ [ Anchorman] ( http://github.com/infews/anchorman ) _
You can’t perform that action at this time.
0 commit comments