File tree Expand file tree Collapse file tree 2 files changed +24
-2
lines changed
Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 1010 " bdd"
1111 ],
1212 "license" : " MIT" ,
13- "version" : " 5.7.1 " ,
13+ "version" : " 5.8.0 " ,
1414 "repository" : {
1515 "type" : " git" ,
1616 "url" : " https://github.com/jasmine/jasmine-npm"
3232 ],
3333 "dependencies" : {
3434 "glob" : " ^10.2.2" ,
35- "jasmine-core" : " ~5.7 .0"
35+ "jasmine-core" : " ~5.8 .0"
3636 },
3737 "bin" : " ./bin/jasmine.js" ,
3838 "main" : " ./lib/jasmine.js" ,
Original file line number Diff line number Diff line change 1+ # Jasmine 5.8.0 Release Notes
2+
3+ This release updates the jasmine-core dependency to 5.8.0. See the
4+ [ jasmine-core release notes] ( https://github.com/jasmine/jasmine/blob/main/release_notes/5.8.0.md )
5+ for more information.
6+
7+ ## Documentation improvements
8+
9+ * Added Node 24 to supported environments
10+ * Document that spec filter can be a RegExp
11+
12+ ## Supported environments
13+
14+ This version has been tested on Node 18* , 20, 22, and 24.
15+
16+ \* Environments that are past end of life are supported on a best-effort basis.
17+ They may be dropped in a future minor release of Jasmine if continued support
18+ becomes impractical.
19+
20+ ------
21+
22+ _ Release Notes generated with _ [ Anchorman] ( http://github.com/infews/anchorman ) _
You can’t perform that action at this time.
0 commit comments