Releases: prettier/plugin-php
Releases · prettier/plugin-php
0.18.3
- feat: [8.1] add support for Intersection types (#1933, thanks @genintho!)
- chore: add test for covering 'never' return type (#1934, thanks @genintho!)
v0.18.0
- fix(attributes): remove extra line break (#1890)
- !fix: bump php-parser and other dependencies (#1914)
- fix member chain when nullsafe operator is used (#1912, thanks @Epskampie!)
- added dangling commas on multiline attributes (#1886, thanks @cseufert!)
- fix: remove jest config from package.json (#1857)
Breaking Changes
- dropped support for node v10
v0.17.6
- Fix dissapearing class method visibilty flags (#1843, thanks @cseufert!)
- dependency updates
0.17.5
- fix: workaround for extra end tag appearing when first line line has comment (#1764, thanks @cseufert!)
- fix: don't duplicate php8 attributes (#1821, thanks @cseufert!)
0.17.4
- feat(php8-attribute): PHP 8 Attribute output (#1761, thanks @cseufert!)
- fix class const ignore formatting bug (#1799, thanks @wdoug!)
- dependency updates
0.17.3
- Update PHP parser to allow for dangling comma in use block (#1796, thanks @justim!)
- Added PhpStorm/Jetbrains config guide (#1787, thanks @cseufert!)
- Updated NodeJS versions to current stable releases (#1775, thanks @cseufert!)
- chore: update prettier to 2.1.2 (#1774)
- dependency updates
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)