File tree 2 files changed +45
-2
lines changed
2 files changed +45
-2
lines changed Original file line number Diff line number Diff line change 10
10
" bdd"
11
11
],
12
12
"license" : " MIT" ,
13
- "version" : " 5.0.0-beta.0 " ,
13
+ "version" : " 5.0.0" ,
14
14
"repository" : {
15
15
"type" : " git" ,
16
16
"url" : " https://github.com/jasmine/jasmine-npm"
32
32
],
33
33
"dependencies" : {
34
34
"glob" : " ^10.2.2" ,
35
- "jasmine-core" : " ~5.0.0-beta.0 "
35
+ "jasmine-core" : " ~5.0.0"
36
36
},
37
37
"bin" : " ./bin/jasmine.js" ,
38
38
"main" : " ./lib/jasmine.js" ,
Original file line number Diff line number Diff line change
1
+ # Jasmine NPM 5.0.0 Release Notes
2
+
3
+ ## Summary
4
+
5
+ This is a major release that includes breaking changes. It primarily adds
6
+ support for parallel execution. Most users should be able to upgrade without
7
+ changes, but please read the list of breaking changes below and see the
8
+ [ migration guide] ( https://jasmine.github.io/tutorials/upgrading_to_Jasmine_5.0 )
9
+ for more information. Be sure to read the release notes for ` jasmine-core `
10
+ 5.0.0 as well.
11
+
12
+ ## Breaking changes
13
+
14
+ * Dropped support for Node 12, 14, and 16
15
+ * Unknown CLI args of the form --foo=bar are treated as errors, not env vars
16
+ * Backslashes in file globs (e.g. ` spec_files ` ) are treated as escape characters
17
+ on all platforms. Previously they were treated as directory separators on
18
+ Windows and escape characters elsewhere.
19
+
20
+ ## New features
21
+
22
+ * Support for parallel execution
23
+ See the [ parallel guide] ( https://jasmine.github.io/tutorials/running_specs_in_parallel )
24
+ for more information.
25
+ * Support for Node 20
26
+ * Include the underlying exception in ESM import exceptions
27
+
28
+ ## Bug fixes
29
+
30
+ * Fixed handling of special Glob syntax in project base dirs
31
+ * Fixes [ #206 ] ( https://github.com/jasmine/jasmine-npm/issues/206 )
32
+
33
+ ## Internal improvements
34
+
35
+ * Updated dev dependencies
36
+
37
+ ## Supported environments
38
+
39
+ This package has been tested on Node 18 and 20.
40
+
41
+ ------
42
+
43
+ _ Release Notes generated with _ [ Anchorman] ( http://github.com/infews/anchorman ) _
You can’t perform that action at this time.
0 commit comments