Releases: prettier/plugin-php
Releases Β· prettier/plugin-php
0.19.5
- fix: add option for PHP 8.2 (#2179)
Note: This allows setting phpVersion
to 8.2
- Support for PHP 8.2 is still incomplete, though!
0.19.4
This release includes several internal cleanups and updates, thanks to contributions by @fisker!
- improve doc print and update prettier dependency (#1922)
- use
clean.ignoredProperties
(#2158)
- Remove handling
\r
(#2157)
- dependency updates
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)