From 26141115c3625a09da16b102482d1855ed04ccb5 Mon Sep 17 00:00:00 2001 From: Sander Ronde Date: Sat, 9 Dec 2023 18:14:10 +0100 Subject: [PATCH] 3.0.1 --- CHANGELOG.md | 24 ++++++++++++++---------- package.json | 2 +- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5e025d..b195438 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,18 +2,22 @@ All notable changes to the "phpstan-vscode" extension will be documented in this file. +### 3.0.1 + +- Only check on initial startup if the extension is enabled + ### 3.0.0 -- Always perform whole-repository checks instead of single-file checks - - Ensures cache is always hit - - Ensures relevant file changes in other files are always picked up -- Add support for PHPStan Pro - - Uses PHPStan Pro to watch files while displaying its errors in the editor - - (Requires a valid PHPStan Pro license) -- Language server improvements - - Now indexes the entire project at once (no more waiting for individual file checks) - - Now uses the exact location of variables (this was previously guessed because PHPStan didn't provide information regarding the index of a value on a line) - - Includes function and closure arguments now too +- Always perform whole-repository checks instead of single-file checks + - Ensures cache is always hit + - Ensures relevant file changes in other files are always picked up +- Add support for PHPStan Pro + - Uses PHPStan Pro to watch files while displaying its errors in the editor + - (Requires a valid PHPStan Pro license) +- Language server improvements + - Now indexes the entire project at once (no more waiting for individual file checks) + - Now uses the exact location of variables (this was previously guessed because PHPStan didn't provide information regarding the index of a value on a line) + - Includes function and closure arguments now too ### 2.2.26 diff --git a/package.json b/package.json index 607c2a2..73b3846 100755 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "phpstan-vscode", "displayName": "phpstan", "description": "PHPStan language server and inline error provider", - "version": "3.0.0", + "version": "3.0.1", "engines": { "vscode": "^1.64.0", "node": ">=14.16.0"