Skip to content

Releases: prettier/plugin-php

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

v0.14.3

25 Jul 09:08
Compare
Choose a tag to compare
  • feat: update chain breaking heuristic (#1437, thanks @karptonite!)
  • dependency updates

v0.14.2

28 May 07:54
Compare
Choose a tag to compare
  • feat(comments): optimize printing of comments in assignments (#1435)
  • fix: update parser to fix precedence of ** and ?? (#1440)