Skip to content

Releases: driade/phpfmt8

V1038.0.0

08 Jan 12:39
Compare
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
Compare
Choose a tag to compare

fix - missing static when using readonly - #90

V1036.0.0

08 Jan 10:12
Compare
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

V1035.0.0

10 Dec 08:39
Compare
Choose a tag to compare

fix - #79 - when using psr1_naming the first method with __ was rewriten

V1034.0.0

09 Nov 10:00
Compare
Choose a tag to compare

feat - add initial support for php 8.4 - #85 (missing message from previous release)
fix - construct renamed #79
fix - indentation and curly same line - #79
fix - #84
fix - curly open next line works different from php 7 to php 8
fix - extra space after throw as parameter #78

V1033.0.0

27 Oct 10:10
Compare
Choose a tag to compare

reat - add initial support for php 8.4 - #85

v1032.0.0

14 Oct 16:16
Compare
Choose a tag to compare

feat - add opinionated base config

V1031.0.0

14 Oct 14:33
Compare
Choose a tag to compare

V1030.0.0

26 Sep 08:46
Compare
Choose a tag to compare

fix - According to title and to code in fmt.stub.php, here should be "Split if with else". It's seems it's just a typo via copy+paste.

V1029.0.0

22 Jul 14:12
Compare
Choose a tag to compare

fix - remove invalid alias - #80