We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3681b45 commit 7f6aa30Copy full SHA for 7f6aa30
README.md
@@ -42,6 +42,15 @@ PHP imports formatter for Visual Studio Code.
42
43
## Release Notes
44
45
+### 0.5.0
46
+
47
+* Fixed release notes
48
49
50
51
+* Updated php-imports library to 0.5.0
52
+* Added grouped imports wrapping configuration
53
54
### 0.4.0
55
56
* Added support for PHP `declare` syntax
package.json
@@ -3,7 +3,7 @@
3
"displayName": "php-imports",
4
"description": "PHP imports formatter for Visual Studio Code",
5
"publisher": "tarik02",
6
- "version": "0.5.0",
+ "version": "0.5.1",
7
"repository": {
8
"type": "git",
9
"url": "https://github.com/Tarik02/vscode-php-imports"
0 commit comments