Releases: prettier/plugin-php
Releases · prettier/plugin-php
0.17.0
This release adds partial support for PHP8 🎉
- feat: PHP8 Promoted Props / Match Statement / Throw Statement / Union Types (#1753, thanks @cseufert!)
- feat: add support for named arguments and nullsafepropertylookup (php8) (#1656)
- dependency updates
0.16.1
- Fix indent on multiline string on version >= 7.3 (#1609, thanks @Epskampie!)
v0.16.0
- feat: Convert single quotes to double quotes (#1254 / #1582, thanks @utkarshgupta137!)
- fix: comment position in anonymous class (#1580)
- fix: space after anonymous class keyword (#1579)
v0.15.2
- feat: flexible heredoc support (#1574)
- fix: stop swallowing characters in indented heredoc (#1576)
0.15.1
- fix: "<?php" turned into "<?=" at beginning of file (#1567, thanks @zarv1k!)
- dependency updates
v0.15.0
- feat: convert list to short syntax automatically (#1351)
- dependency updates
v0.14.3
- feat: update chain breaking heuristic (#1437, thanks @karptonite!)
- dependency updates
v0.14.2
- feat(comments): optimize printing of comments in assignments (#1435)
- fix: update parser to fix precedence of ** and ?? (#1440)