Skip to content

Releases: prettier/plugin-php

0.17.2

26 Jun 16:06
Compare
Choose a tag to compare
  • 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

15 Jun 06:55
Compare
Choose a tag to compare
  • fix(deps): use full commit hash for parser dependency (#1755)

0.17.0

14 Jun 14:14
Compare
Choose a tag to compare

This release adds partial support for PHP8 🎉

  • feat: PHP8 Promoted Props / Match Statement / Throw Statement / Union Types (#1753, thanks @cseufert!)
  • feat: add support for named arguments and nullsafepropertylookup (php8) (#1656)
  • dependency updates

v0.16.3

13 May 10:12
Compare
Choose a tag to compare

0.16.2

19 Mar 20:02
Compare
Choose a tag to compare

0.16.1

12 Dec 11:47
Compare
Choose a tag to compare
  • Fix indent on multiline string on version >= 7.3 (#1609, thanks @Epskampie!)

v0.16.0

12 Nov 17:19
Compare
Choose a tag to compare
  • feat: Convert single quotes to double quotes (#1254 / #1582, thanks @utkarshgupta137!)
  • fix: comment position in anonymous class (#1580)
  • fix: space after anonymous class keyword (#1579)

v0.15.2

26 Oct 11:50
Compare
Choose a tag to compare
  • feat: flexible heredoc support (#1574)
  • fix: stop swallowing characters in indented heredoc (#1576)

0.15.1

17 Oct 07:24
Compare
Choose a tag to compare
  • fix: "<?php" turned into "<?=" at beginning of file (#1567, thanks @zarv1k!)
  • dependency updates

v0.15.0

04 Oct 21:32
Compare
Choose a tag to compare
  • feat: convert list to short syntax automatically (#1351)
  • dependency updates