Plugin Php Versions Save

Prettier PHP Plugin

v0.22.2

3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/prettier/plugin-php/compare/v0.22.1...v0.22.2

v0.22.1

4 months ago
  • fix the entry (#2290, thanks @fisker)

v0.22.0

4 months ago
  • feat: make format compatible with "PER Coding Style 2.0" (#2269, thanks @ferchoz)
  • fix: make /standalone entry work with require() (#2247, thanks @shufo)
  • chore: upgrade deps (#2289)

v0.21.0

6 months ago
  • fix(match): Indent match conditions (#2258, thanks @claytonrcarter!)
  • chore!: upgrade dependencies (#2262)

Breaking changes

This release drops support for node v14.

v0.20.1

8 months ago

This package is now pure ESM.

  • vscode documentation update (#2194, thanks @WazzaJB!)
  • Use AstPath getters (#2214, thanks @fisker!)
  • Migrate to ESM (#2213, thanks @fisker!)

v0.20.0

8 months ago

Many thanks to @fisker for many contributions!

  • feat: upgrade to prettier 3 (#2200)
  • Simplify print() (#2212)
  • Convert tests to ES Modules (#2210)
  • Fix standalone test (#2211)
  • Update .gitattributes (#2209)

Breaking Change

This adds support for Prettier v3. It also drops compatibility with Prettier v1 and v2.

v0.19.7

8 months ago
  • fix(match): Support empty lines and comments in match expressions (#1956, #2201 - thanks @claytonrcarter!)

v0.19.6

10 months ago
  • Add support for final class const (#2186, thanks @cseufert!)
  • chore: upgrade dependencies (#2193)

v0.19.5

11 months ago
  • 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!

v0.19.4

1 year ago

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