Skip to content

Releases: driade/phpfmt8

V1045.0.0

30 Jan 17:59

Choose a tag to compare

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

V1044.0.0

17 Jan 15:56

Choose a tag to compare

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

V1043.0.0

17 Jan 09:12

Choose a tag to compare

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

V1042.0.0

16 Jan 17:32

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

Choose a tag to compare

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

V1040.0.0

09 Jan 09:42

Choose a tag to compare

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

V1039.0.0

08 Jan 17:10

Choose a tag to compare

feat - add new pass AlignSuperEquals - #77

V1038.0.0

08 Jan 12:39

Choose a tag to compare

fix - correctly align double arrow when using comments in the same line - #62 kokororin/vscode-phpfmt#151

V1037.0.0

08 Jan 10:33

Choose a tag to compare

fix - missing static when using readonly - #90

V1036.0.0

08 Jan 10:12

Choose a tag to compare

fix - echo with function shouldn't have an space before parenthesis, missing space before closing tag - kokororin/vscode-phpfmt#160