Skip to content

Releases: driade/phpfmt8

V1048.0.0

03 Feb 18:30
Compare
Choose a tag to compare

fix - don't MatchNewLineAndCurlys for inline php - kokororin/vscode-phpfmt#163 (comment)

V1047.0.0

31 Jan 10:05
Compare
Choose a tag to compare

fix - missing space in php >= 8.3 - kokororin/vscode-phpfmt#167

V1046.0.0

30 Jan 18:25
Compare
Choose a tag to compare

fix - consider the case the lastest commit fails < php 7.3, the php parser has a bug? - kokororin/vscode-phpfmt#123 (comment)

V1045.0.0

30 Jan 17:59
Compare
Choose a tag to compare

fix - don't touch heredoc indentation - kokororin/vscode-phpfmt#123 (comment)

V1044.0.0

17 Jan 15:56
Compare
Choose a tag to compare

fix - invalid autosemicolon with match - kokororin/vscode-phpfmt#164 (comment)

V1043.0.0

17 Jan 09:12
Compare
Choose a tag to compare

fix - invalid semicolon added - kokororin/vscode-phpfmt#166

V1042.0.0

16 Jan 17:32
Compare
Choose a tag to compare

fix - autosemicolon invalid is some cases with match - kokororin/vscode-phpfmt#164 (comment)

V1041.0.0

15 Jan 08:59
Compare
Choose a tag to compare

fix - invalid auto semicolon - kokororin/vscode-phpfmt#164

V1040.0.0

09 Jan 09:42
Compare
Choose a tag to compare

fix - AlignSuperEquals - don't align comparation operators - #77

V1039.0.0

08 Jan 17:10
Compare
Choose a tag to compare

feat - add new pass AlignSuperEquals - #77