Skip to content

Commit

Permalink
chore: v2.1.0 version and changelog update.
Browse files Browse the repository at this point in the history
  • Loading branch information
elonmallin committed Sep 11, 2017
1 parent 791e4e3 commit 9c7c8f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# [v2.1.0](https://github.com/elonmallin/vscode-phpunit/releases/tag/v2.1.0)
- **Bugfix:** Run the instant tests reliably if the cursor is in the right place. Not every other try.
- Add config option preferRunClassTestOverQuickPickWindow (default: false). Set to true to never show the quick pick window and just test the whole class if the cursor is on anything other than a function name.

# [v2.0.1](https://github.com/elonmallin/vscode-phpunit/releases/tag/v2.0.1)
- **Bugfix:** make sure the output channel is shown after test is run.
- **Bugfix:** Make sure the output channel is shown on test run.

# [v2.0.0](https://github.com/elonmallin/vscode-phpunit/releases/tag/v2.0.0)
- This release shows the quick pick window to select a test when you run "PHPUnit Test" not directly on a function or class. If you have the cursor directly on the class or function name it will run instantly just like in previous releases.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "phpunit",
"displayName": "PHPUnit",
"description": "Run PHPUnit tests from VSCode.",
"version": "2.0.1",
"version": "2.1.0",
"publisher": "emallin",
"icon": "images/phpunit.png",
"engines": {
Expand Down

0 comments on commit 9c7c8f1

Please sign in to comment.