WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Releases: prettier/plugin-php

0.18.7

30 May 21:19

Choose a tag to compare

  • fix: enum as identifier (#1995)
  • fix: improve formatting for match cases (#1994, thanks @AndreasA!)

0.18.6

25 May 22:02

Choose a tag to compare

  • feat: add PHP 8.1 first class callable support (#1991)

0.18.5

23 May 18:41

Choose a tag to compare

  • fix: bump parser (#1987)

0.18.4

25 Mar 07:49

Choose a tag to compare

  • fix: added trailing commas to match body when enabled (#1949, thanks @cseufert!)

0.18.3

08 Mar 20:01

Choose a tag to compare

  • feat: [8.1] add support for Intersection types (#1933, thanks @genintho!)
  • chore: add test for covering 'never' return type (#1934, thanks @genintho!)

0.18.2

20 Feb 20:45

Choose a tag to compare

  • feat: Add support for readonly properties (#1917, thanks @genintho!)

v0.18.1

12 Feb 19:46

Choose a tag to compare

  • feat: add enum support (#1916, thanks @genintho!)
  • dependency updates

v0.18.0

03 Feb 19:34

Choose a tag to compare

  • 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

30 Oct 16:38

Choose a tag to compare

  • Fix dissapearing class method visibilty flags (#1843, thanks @cseufert!)
  • dependency updates

0.17.5

10 Sep 18:13

Choose a tag to compare

  • 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!)