| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-29 | 1.1 kB | |
| v0.25.0 source code.tar.gz | 2026-03-29 | 337.9 kB | |
| v0.25.0 source code.zip | 2026-03-29 | 585.1 kB | |
| Totals: 3 Items | 924.0 kB | 0 | |
Features
- feat: support php-parser 3.4.0 (pipe operator and readonly anonymous classes) by @jorgsowa in https://github.com/prettier/plugin-php/pull/2459
Bugfixes
- fix: detect >> and << in isBitwiseOperator by @jorgsowa in https://github.com/prettier/plugin-php/pull/2460
- fix: correct "silence" typo to "silent" by @jorgsowa in https://github.com/prettier/plugin-php/pull/2464
- fix: correct parts.unshift() to parts.shift() in isSimpleCallArgument by @jorgsowa in https://github.com/prettier/plugin-php/pull/2461
- fix: don't parenthesize assign inside static variable declaration by @jorgsowa in https://github.com/prettier/plugin-php/pull/2463
- fix: yield from parenthesis by @jorgsowa in https://github.com/prettier/plugin-php/pull/2466
Other
- ci: drop node 18 from CI by @jorgsowa in https://github.com/prettier/plugin-php/pull/2469
- update README: note php 8.4 compatibility by @andyfowler in https://github.com/prettier/plugin-php/pull/2439
- chore: improve docs on testing by @czosel in https://github.com/prettier/plugin-php/pull/2456