Releases: prettier/plugin-php
Releases Β· prettier/plugin-php
0.19.3
- feat: add support for readonly classes [PHP 8.2] (#2131, thanks @genintho!)
- chore: upgrade dependencies (#2134)
0.19.2
Deprecations
The psr2
setting for the braceStyle
option has been renamed to per-cs
to be more in line with future PER releases (see #2060 for details). psr2
will continue to work for now, but will be removed in a future release.
Bugfixes
0.19.0
- fix: formatting of long cases in match statement (#2054)
- chore: upgrade dependencies (#2059)
Breaking Change:
- Dropped support for Node v12.
0.18.9
- feat: bump parser for PHP 8.1 explicit octal support (#2027)
0.18.8
- fix: calls with multiple array spreads (#2010)
- chore: upgrade dependencies (#2011)
0.18.7
- fix: enum as identifier (#1995)
- fix: improve formatting for match cases (#1994, thanks @AndreasA!)
0.18.6
- feat: add PHP 8.1 first class callable support (#1991)
0.18.4
- fix: added trailing commas to match body when enabled (#1949, thanks @cseufert!)