File tree 2 files changed +27
-2
lines changed 2 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 9
9
" bdd"
10
10
],
11
11
"license" : " MIT" ,
12
- "version" : " 3.5 .0" ,
12
+ "version" : " 3.6 .0" ,
13
13
"repository" : {
14
14
"type" : " git" ,
15
15
"url" : " https://github.com/jasmine/jasmine-npm"
19
19
},
20
20
"dependencies" : {
21
21
"fast-glob" : " ^2.2.6" ,
22
- "jasmine-core" : " ~3.5 .0"
22
+ "jasmine-core" : " ~3.6 .0"
23
23
},
24
24
"bin" : " ./bin/jasmine.js" ,
25
25
"main" : " ./lib/jasmine.js" ,
Original file line number Diff line number Diff line change
1
+ # Jasmine NPM 3.6 Release Notes
2
+
3
+ ## Summary
4
+
5
+ This release updates the jasmine-core dependency to 3.6.0. See the
6
+ [ jasmine-core release notes] ( https://github.com/pivotal/jasmine/blob/main/release_notes/3.6.0.md )
7
+ for more information.
8
+
9
+ ## Changes
10
+
11
+ * Removed unnecessary check for passedExpectations truthiness
12
+
13
+ * Support 'failSpecWithNoExpectations' config option and include a message in the default ConsoleReporter when a spec contains no expectations
14
+ * Merges [ #157 ] ( https://github.com/jasmine/jasmine-npm/pull/157 ) from @coyoteecd
15
+ * Fixes [ #156 ] ( https://github.com/jasmine/jasmine-npm/issues/156 )
16
+
17
+ * Don't parse argv after --
18
+ * Merges [ #155 ] ( https://github.com/jasmine/jasmine-npm/pull/155 ) from @tharvik
19
+
20
+ * Added support for running specs in parallel
21
+ * Merges [ #153 ] ( https://github.com/jasmine/jasmine-npm/pull/153 ) from @wood1986
22
+
23
+ ------
24
+
25
+ _ Release Notes generated with _ [ Anchorman] ( http://github.com/infews/anchorman ) _
You can’t perform that action at this time.
0 commit comments