File tree Expand file tree Collapse file tree 2 files changed +39
-2
lines changed Expand file tree Collapse file tree 2 files changed +39
-2
lines changed Original file line number Diff line number Diff line change 1010 " bdd"
1111 ],
1212 "license" : " MIT" ,
13- "version" : " 5.8 .0" ,
13+ "version" : " 5.9 .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.8 .0"
35+ "jasmine-core" : " ~5.9 .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.0.0 Release Notes
2+
3+ This release updates the jasmine-core dependency to 5.89.0. See the
4+ [ jasmine-core release notes] ( https://github.com/jasmine/jasmine/blob/main/release_notes/5.9.0.md )
5+ for more information.
6+
7+ ## Bug fixes
8+
9+ * Fixed startup hang when using ES module loaders in parallel mode
10+
11+ ## Changes to supported platforms
12+
13+ * Node versions before 18.20.5 are no longer supported
14+
15+ Older 18.x versions might still work, but Jasmine is no longer tested in them
16+ prior to release.
17+
18+ ## Documentation improvements
19+
20+ * Fixed jsdoc description of Configuration#requires
21+
22+ ## Internal improvements
23+
24+ * Removed shelljs and rimraf dev dependencies
25+
26+ ## Supported environments
27+
28+ This version has been tested on Node 18.20.5* , 20, 22, and 24.
29+
30+ \* Environments that are past end of life are supported on a best-effort basis.
31+ They may be dropped in a future minor release of Jasmine if continued support
32+ becomes impractical.
33+
34+
35+ ------
36+
37+ _ Release Notes generated with _ [ Anchorman] ( http://github.com/infews/anchorman ) _
You can’t perform that action at this time.
0 commit comments