File tree Expand file tree Collapse file tree 2 files changed +33
-2
lines changed Expand file tree Collapse file tree 2 files changed +33
-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.1 .0" ,
12
+ "version" : " 3.2 .0" ,
13
13
"repository" : {
14
14
"type" : " git" ,
15
15
"url" : " https://github.com/jasmine/jasmine-npm"
19
19
},
20
20
"dependencies" : {
21
21
"glob" : " ^7.0.6" ,
22
- "jasmine-core" : " ~3.1 .0"
22
+ "jasmine-core" : " ~3.2 .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.2 Release Notes
2
+
3
+ ## Summary
4
+
5
+ This release updates the jasmine-core dependency to 3.2.0. See the
6
+ [ jasmine-core release notes] ( https://github.com/pivotal/jasmine/blob/master/release_notes/3.2.0.md )
7
+ for more information.
8
+
9
+ ## Changes
10
+
11
+ * Unknown command line options produce exit code 1
12
+ - Merges [ #138 ] ( https://github.com/jasmine/jasmine-npm/issues/138 ) from @enelson
13
+ - Fixes [ #137 ] ( https://github.com/jasmine/jasmine-npm/issues/137 )
14
+
15
+
16
+ * Add option "require(s)" to command line and config file
17
+ - Merges [ #136 ] ( https://github.com/jasmine/jasmine-npm/issues/136 ) from @liuxh0
18
+ - Fixes [ #135 ] ( https://github.com/jasmine/jasmine-npm/issues/135 )
19
+
20
+
21
+ * Add --color option
22
+ - Merges [ #132 ] ( https://github.com/jasmine/jasmine-npm/issues/132 ) from @susisu
23
+
24
+
25
+ * fix --filter in README
26
+ - Merges [ #131 ] ( https://github.com/jasmine/jasmine-npm/issues/131 ) from @cancerberoSgx
27
+
28
+
29
+ ------
30
+
31
+ _ Release Notes generated with _ [ Anchorman] ( http://github.com/infews/anchorman ) _
You can’t perform that action at this time.
0 commit comments