Skip to content

Releases: prettier/plugin-php

0.18.8

Choose a tag to compare

@czosel czosel released this 10 Jun 19:10
  • fix: calls with multiple array spreads (#2010)
  • chore: upgrade dependencies (#2011)

0.18.7

Choose a tag to compare

@czosel czosel released this 30 May 21:19
  • fix: enum as identifier (#1995)
  • fix: improve formatting for match cases (#1994, thanks @AndreasA!)

0.18.6

Choose a tag to compare

@czosel czosel released this 25 May 22:02
  • feat: add PHP 8.1 first class callable support (#1991)

0.18.5

Choose a tag to compare

@czosel czosel released this 23 May 18:41
  • fix: bump parser (#1987)

0.18.4

Choose a tag to compare

@czosel czosel released this 25 Mar 07:49
  • fix: added trailing commas to match body when enabled (#1949, thanks @cseufert!)

0.18.3

Choose a tag to compare

@czosel czosel released this 08 Mar 20:01
  • 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

Choose a tag to compare

@czosel czosel released this 20 Feb 20:45
  • feat: Add support for readonly properties (#1917, thanks @genintho!)

v0.18.1

Choose a tag to compare

@czosel czosel released this 12 Feb 19:46
  • feat: add enum support (#1916, thanks @genintho!)
  • dependency updates

v0.18.0

Choose a tag to compare

@czosel czosel released this 03 Feb 19:34
  • 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

Choose a tag to compare

@czosel czosel released this 30 Oct 16:38
  • Fix dissapearing class method visibilty flags (#1843, thanks @cseufert!)
  • dependency updates