From 9c7c8f11d75ec49a61c41ffca22b2413db42d1c8 Mon Sep 17 00:00:00 2001 From: Elon Mallin Date: Mon, 11 Sep 2017 19:13:38 +0200 Subject: [PATCH] chore: v2.1.0 version and changelog update. --- CHANGELOG.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f962dd9..094ea22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index 8b13ed5..e8f82ef 100644 --- a/package.json +++ b/package.json @@ -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": {