Skip to content

Commit 32fa6a6

Browse files
committed
version 0.2.8 release information update
1 parent 4abc3bc commit 32fa6a6

File tree

3 files changed

+17
-14
lines changed

3 files changed

+17
-14
lines changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,21 @@ For example if there is an image subfolder under your extension project workspac
2020

2121
## Known Issues
2222

23-
- The extension does not support traits. ([#3](https://github.com/marabesi/php-import-checker/issues/3))
2423
- If the imported class with `use` is inside a comment block, the extension is
2524
not going to highlight as a unused class. ([#10](https://github.com/marabesi/php-import-checker/issues/10))
2625

27-
28-
2926
## Requirements
3027

3128
Visual Code 1.14 +
3229

3330
## Changelog
3431

32+
### 0.2.8
33+
34+
- Change regex to only match "use" at the start of a line ([#12](https://github.com/marabesi/php-import-checker/issues/12))
35+
- Fix: wrong hightlight when using Trait ([#12](https://github.com/marabesi/php-import-checker/issues/12))
36+
- Fix: typo in the configuration property ([#c0f65f9](https://github.com/marabesi/php-import-checker/commit/c0f65f987aee7473911db341862b3515828e0588))
37+
3538
### 0.2.7
3639

3740
- Feature to change the highlight color based on the user configuration file

package-lock.json

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "php-import-checker",
33
"displayName": "PHP import checker",
44
"description": "Know when you are importing a class and is not using it in the file, easy and fast, inspired by PHPStorm",
5-
"version": "0.2.7",
5+
"version": "0.2.8",
66
"publisher": "marabesi",
77
"icon": "arrows.png",
88
"engines": {

0 commit comments

Comments
 (0)