Releases: prettier/plugin-php
Releases · prettier/plugin-php
0.17.2
- feat(php8 hanging comma) Add support for haning comma for functions, closures, arrow functions and methods (#1769)
- fix(php8): non-capturing exception catches (#1763)
0.17.1
- fix(deps): use full commit hash for parser dependency (#1755)
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