File tree 3 files changed +11
-8
lines changed
3 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -17,3 +17,4 @@ tslint.json
17
17
yarn.lock
18
18
yarn-error.log
19
19
scripts /
20
+ coverage
Original file line number Diff line number Diff line change @@ -5,9 +5,16 @@ Bug-fixes within the same version aren't needed
5
5
6
6
## Master
7
7
8
+ -->
9
+
10
+ ### 3.0.0
11
+ * Support multi-root workspaces - escaton
12
+ * multiroot workspace statusBar displays both active folder and workspace summary info - connectdotz
13
+ * fix race condition in multi-root projects - connectdotz
14
+ * add folder status bar support for multi-root projects - connectdotz
15
+
8
16
* support template-literal-string test names by matching with location info from jest result - connectdotz
9
- * fix race condition in multi-root projects - connectdotz
10
- * add folder status bar support for multi-root projects - connectdotz
17
+
11
18
* paying down some tech debt, see PR #447 for detail.
12
19
13
20
* Add disableOptimisticBPs option to debug configuration. Fixes #400 - blikblum
@@ -16,11 +23,6 @@ Bug-fixes within the same version aren't needed
16
23
17
24
* replaced deprecated vscode.previewHtml command with webview - qalex
18
25
19
- * Support multi-root workspaces - escaton
20
- * multiroot workspace statusBar displays both active folder and workspace summary info - connectdotz
21
-
22
- -->
23
-
24
26
### 2.9.1
25
27
26
28
* Prevent ANSI escape codes from appearing in test messages - seanpoulter
Original file line number Diff line number Diff line change 2
2
"name" : " vscode-jest" ,
3
3
"displayName" : " Jest" ,
4
4
"description" : " Use Facebook's Jest With Pleasure." ,
5
- "version" : " 2.9.2 " ,
5
+ "version" : " 3.0.0 " ,
6
6
"publisher" : " Orta" ,
7
7
"engines" : {
8
8
"vscode" : " ^1.23.0"
You can’t perform that action at this time.
0 commit comments