Skip to content

Commit

Permalink
3.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderRonde committed Apr 22, 2024
1 parent 3d33ad2 commit d1aafbb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
16 changes: 10 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,35 +2,39 @@

All notable changes to the "phpstan-vscode" extension will be documented in this file.

### 3.0.8

- Support non-quoted regular expressions in `phpstan.ignoreErrors` setting

### 3.0.7

- Publish version 3.0 🎉

### 3.0.6
### 3.0.6 (pre-release)

- Fix issue when an error had no linenumber (for example baseline errors)

### 3.0.5
### 3.0.5 (pre-release)

- Fix issue in TreeFetcher that would lead to recursive-json error
- Report errors in traits

### 3.0.4
### 3.0.4 (pre-release)

- Make checking validity of PHP file a setting
- Match PHPStan's default config resolution priority

### 3.0.2
### 3.0.2 (pre-release)

- Add PHPStan Pro support
- Disable language server by default
- Support tilde as first character in file paths

### 3.0.1
### 3.0.1 (pre-release)

- Only check on initial startup if the extension is enabled

### 3.0.0
### 3.0.0 (pre-release)

- Always perform whole-repository checks instead of single-file checks
- Ensures cache is always hit
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 inline error provider",
"version": "3.0.7",
"version": "3.0.8",
"engines": {
"vscode": "^1.64.0",
"node": ">=14.16.0"
Expand Down

0 comments on commit d1aafbb

Please sign in to comment.