Skip to content

Commit

Permalink
3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sander Ronde committed Dec 9, 2023
1 parent 6deabe5 commit 2614111
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
24 changes: 14 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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": "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"
Expand Down

0 comments on commit 2614111

Please sign in to comment.