File tree Expand file tree Collapse file tree 2 files changed +32
-2
lines changed Expand file tree Collapse file tree 2 files changed +32
-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.6 .0" ,
13
+ "version" : " 5.7 .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" : " github:jasmine/jasmine "
35
+ "jasmine-core" : " ~5.7.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 5.7.0 Release Notes
2
+
3
+ This release updates the jasmine-core dependency to 5.7.0. See the
4
+ [ jasmine-core release notes] ( https://github.com/jasmine/jasmine/blob/main/release_notes/5.7.0.md )
5
+ for more information.
6
+
7
+ ## New features and bug fixes
8
+
9
+ * Added ` --filter-path= ` option to do exact (non-regex) prefix filtering
10
+ * Updated help text to clarify that ` --filter= ` takes a regex
11
+ * Added ` enumerate ` subcommand to list suites and specs
12
+
13
+ ## Internal improvements
14
+
15
+ * Removed mostly-unmaintained dev dependency 'temp'
16
+ * Updated to eslint 9
17
+ * Updated dev dependency shelljs
18
+
19
+ ## Supported environments
20
+
21
+ This version has been tested on Node 18* , 20, and 22.
22
+
23
+ \* Environments that are past end of life are supported on a best-effort basis.
24
+ They may be dropped in a future minor release of Jasmine if continued support
25
+ becomes impractical.
26
+
27
+
28
+ ------
29
+
30
+ _ Release Notes generated with _ [ Anchorman] ( http://github.com/infews/anchorman ) _
You can’t perform that action at this time.
0 commit comments