Skip to content

Commit 0b1c112

Browse files
release: 1.2.30
1 parent 0c8ec53 commit 0b1c112

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 1.2.30
2+
3+
- Upgrade fmt.stub.php [(V1039.0.0)](https://github.com/driade/phpfmt8/releases/tag/v1039.0.0)
4+
15
### 1.2.29
26

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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ transformation.
116116
| AlignComments | Vertically align "//" comments. |
117117
| AlignDoubleSlashComments | Vertically align "//" comments. |
118118
| AlignEquals | Vertically align "=". |
119+
| AlignSuperEquals | Vertically align "=", ".=", "&=", ">>=", etc. |
119120
| AlignGroupDoubleArrow | Vertically align T_DOUBLE_ARROW (=>) by line groups. |
120121
| AlignPHPCode | Align PHP code within HTML block. |
121122
| AlignTypehint | Vertically align function type hints. |

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vscode-phpfmt",
33
"displayName": "phpfmt - PHP formatter",
4-
"version": "1.2.29",
4+
"version": "1.2.30",
55
"description": "Integrates phpfmt into VS Code",
66
"main": "./dist/extension",
77
"scripts": {
@@ -222,6 +222,7 @@
222222
"AlignDoubleArrow",
223223
"AlignComments",
224224
"AlignEquals",
225+
"AlignSuperEquals",
225226
"AlignPHPCode",
226227
"AlignTypehint",
227228
"AllmanStyleBraces",
@@ -333,6 +334,7 @@
333334
"Vertically align T_DOUBLE_ARROW (=>).",
334335
"Vertically align \"//\" comments.",
335336
"Vertically align \"=\".",
337+
"Vertically align \"=\", \".=\", \"&=\", \">>=\", etc.",
336338
"Align PHP code within HTML block.",
337339
"Vertically align function type hints.",
338340
"Transform all curly braces into Allman-style.",
@@ -452,6 +454,7 @@
452454
"AlignDoubleArrow",
453455
"AlignComments",
454456
"AlignEquals",
457+
"AlignSuperEquals",
455458
"AlignPHPCode",
456459
"AlignTypehint",
457460
"AllmanStyleBraces",
@@ -563,6 +566,7 @@
563566
"Vertically align T_DOUBLE_ARROW (=>).",
564567
"Vertically align \"//\" comments.",
565568
"Vertically align \"=\".",
569+
"Vertically align \"=\", \".=\", \"&=\", \">>=\", etc.",
566570
"Align PHP code within HTML block.",
567571
"Vertically align function type hints.",
568572
"Transform all curly braces into Allman-style.",

0 commit comments

Comments
 (0)