Skip to content

Commit

Permalink
Merge pull request #600 from connectdotz/v4-alpha
Browse files Browse the repository at this point in the history
prepare for v4-alpha.0
  • Loading branch information
connectdotz committed Jul 2, 2020
2 parents a33b727 + 4862eb2 commit e2b79c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -5,13 +5,16 @@ Bug-fixes within the same version aren't needed
## Master
-->

### 4.0.0-alpha.0
* improve create-react-app detection logic - stephtr
* improve the detection of cases in which Jest needs to be restarted with `--watchAll` - [@lordofthelake](https://github.com/lordofthelake)
* upgrade all dependencies to the latest, except istanbul-lib-xxx, which requires more code change and will be handled in a separate coverage PR. - @connectdotz
* code base clean up: migrate from tslint to eslint and adopted the latest recommended coding style, adopt semi-colon, added more ci check... - @connectdotz
* resolve coverage map merge issue, upgrade istanbul dependencies to the latest and move to async coverageMap update. @connectdotz
* introducing a new matching algorithm to use context relationship in matching test blocks and assertions - @connectdotz
-->

### 3.2.0
* prevent auto starting watch-mode jest process when the parent process is stopped, which can lead to orphan process during deactivation among others. - @connectdotz
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-jest",
"displayName": "Jest",
"description": "Use Facebook's Jest With Pleasure.",
"version": "4.0.0-beta.0",
"version": "4.0.0-alpha.0",
"publisher": "Orta",
"engines": {
"vscode": "^1.23.0"
Expand Down

0 comments on commit e2b79c2

Please sign in to comment.