Skip to content

Commit

Permalink
release: 1.1.38
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 22, 2024
1 parent 0378786 commit f92100e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 1.1.38

- Upgrade fmt.stub.php [(V1020.0.0)](https://github.com/driade/phpfmt8/releases/tag/v1020.0.0)

### 1.1.37

- Upgrade fmt.stub.php [(V1010.0.0)](https://github.com/driade/phpfmt8/releases/tag/v1010.0.0)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ transformation.
<!-- Transformations START -->
| Key | Description |
| -------- | ----------- |
| SmartLnAfterCurlyOpen | Add line break when implicit curly block is added. |
| AddMissingParentheses | Add extra parentheses in new instantiations. |
| AliasToMaster | Replace function aliases to their masters - only basic syntax alias. |
| AlignConstVisibilityEquals | Vertically align "=" of visibility and const blocks. |
Expand Down Expand Up @@ -158,7 +159,6 @@ transformation.
| RestoreComments | Revert any formatting of comments content. |
| ReturnNull | Simplify empty returns. |
| ShortArray | Convert old array into new array. (array() -> []) |
| SmartLnAfterCurlyOpen | Add line break when implicit curly block is added. |
| SortUseNameSpace | Organize use clauses by length and alphabetic order. |
| SpaceAroundControlStructures | Add space around control structures. |
| SpaceAroundExclamationMark | Add spaces around exclamation mark. |
Expand Down
14 changes: 9 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-phpfmt",
"displayName": "phpfmt - PHP formatter",
"version": "1.1.37",
"version": "1.1.38",
"description": "Integrates phpfmt into VS Code",
"main": "./out/src/extension",
"scripts": {
Expand Down Expand Up @@ -191,6 +191,8 @@
"MergeParenCloseWithCurlyOpen",
"NormalizeIsNotEquals",
"NormalizeLnAndLtrimLines",
"SmartLnAfterCurlyOpen",
"MatchNewLineAndCurlys",
"Reindent",
"ReindentColonBlocks",
"ReindentComments",
Expand Down Expand Up @@ -258,7 +260,6 @@
"RestoreComments",
"ReturnNull",
"ShortArray",
"SmartLnAfterCurlyOpen",
"SortUseNameSpace",
"SpaceAroundControlStructures",
"SpaceAroundExclamationMark",
Expand Down Expand Up @@ -292,6 +293,8 @@
"Core pass",
"Core pass",
"Core pass",
"Add line break when implicit curly block is added.",
"Core pass",
"Core pass",
"Core pass",
"Core pass",
Expand Down Expand Up @@ -359,7 +362,6 @@
"Revert any formatting of comments content.",
"Simplify empty returns.",
"Convert old array into new array. (array() -> [])",
"Add line break when implicit curly block is added.",
"Organize use clauses by length and alphabetic order.",
"Add space around control structures.",
"Add spaces around exclamation mark.",
Expand Down Expand Up @@ -401,6 +403,8 @@
"MergeParenCloseWithCurlyOpen",
"NormalizeIsNotEquals",
"NormalizeLnAndLtrimLines",
"SmartLnAfterCurlyOpen",
"MatchNewLineAndCurlys",
"Reindent",
"ReindentColonBlocks",
"ReindentComments",
Expand Down Expand Up @@ -468,7 +472,6 @@
"RestoreComments",
"ReturnNull",
"ShortArray",
"SmartLnAfterCurlyOpen",
"SortUseNameSpace",
"SpaceAroundControlStructures",
"SpaceAroundExclamationMark",
Expand Down Expand Up @@ -502,6 +505,8 @@
"Core pass",
"Core pass",
"Core pass",
"Add line break when implicit curly block is added.",
"Core pass",
"Core pass",
"Core pass",
"Core pass",
Expand Down Expand Up @@ -569,7 +574,6 @@
"Revert any formatting of comments content.",
"Simplify empty returns.",
"Convert old array into new array. (array() -> [])",
"Add line break when implicit curly block is added.",
"Organize use clauses by length and alphabetic order.",
"Add space around control structures.",
"Add spaces around exclamation mark.",
Expand Down

0 comments on commit f92100e

Please sign in to comment.