File tree 2 files changed +34
-2
lines changed
2 files changed +34
-2
lines changed Original file line number Diff line number Diff line change 10
10
" bdd"
11
11
],
12
12
"license" : " MIT" ,
13
- "version" : " 4.4 .0" ,
13
+ "version" : " 4.5 .0" ,
14
14
"repository" : {
15
15
"type" : " git" ,
16
16
"url" : " https://github.com/jasmine/jasmine-npm"
29
29
],
30
30
"dependencies" : {
31
31
"glob" : " ^7.1.6" ,
32
- "jasmine-core" : " ^4.4 .0"
32
+ "jasmine-core" : " ^4.5 .0"
33
33
},
34
34
"bin" : " ./bin/jasmine.js" ,
35
35
"main" : " ./lib/jasmine.js" ,
Original file line number Diff line number Diff line change
1
+ # Jasmine NPM 4.5.0 Release Notes
2
+
3
+ This release updates the jasmine-core dependency to 4.5.0. See the
4
+ [ jasmine-core release notes] ( https://github.com/jasmine/jasmine/blob/main/release_notes/4.5.0.md )
5
+ for more information.
6
+
7
+
8
+ ## New Features
9
+
10
+ * Warn when backslashes are used in paths/globs on Windows
11
+ * Backslashes behave inconsistently between OSes in the version of glob
12
+ that Jasmine currently uses. The next major version of glob will treat
13
+ them as escape sequences rather than path separators on all OSes.
14
+
15
+ * Allow instantiated reporters to be provided in the configuration
16
+ * This supports more complex scenarios than the --reporter= CLI flag
17
+ (multiple reporters, reporters that need configuration, reporters
18
+ that aren't default exports, etc) without requiring a switch to programmatic
19
+ usage.
20
+
21
+ ## Documentation Improvements
22
+
23
+ * Fixed default value of Configuration#alwaysListPendingSpecs
24
+
25
+ ## Supported environments
26
+
27
+ The jasmine NPM package has been tested on Node 12.17-12.22, 14, 16, and 18.
28
+
29
+
30
+ ------
31
+
32
+ _ Release Notes generated with _ [ Anchorman] ( http://github.com/infews/anchorman ) _
You can’t perform that action at this time.
0 commit comments