Skip to content

Commit 6fb4da8

Browse files
committed
Version 0.3.0
1 parent 00a1188 commit 6fb4da8

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ PHP imports formatter for Visual Studio Code.
44

55
## Commands
66

7+
* `vscode-php-imports.init`: PHP Imports: Init
78
* `vscode-php-imports.format`: PHP Imports: Format
89

910
## Extension Settings
@@ -39,6 +40,14 @@ PHP imports formatter for Visual Studio Code.
3940

4041
## Release Notes
4142

43+
### 0.3.0
44+
45+
* Added init command that creates `.phpimportsrc` config from current workspace configuration
46+
* Added option to clean unused imports
47+
* Improved `.phpimportsrc` support
48+
* Better error and warning reporting
49+
* Updated php-imports library
50+
4251
### 0.2.0
4352

4453
* `.phpimportsrc` file support

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "php-imports",
44
"description": "PHP imports formatter for Visual Studio Code",
55
"publisher": "tarik02",
6-
"version": "0.2.0",
6+
"version": "0.3.0",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/Tarik02/vscode-php-imports"

0 commit comments

Comments
 (0)