Skip to content

Releases: prettier/plugin-php

0.18.3

08 Mar 20:01
Compare
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
Compare
Choose a tag to compare
  • feat: Add support for readonly properties (#1917, thanks @genintho!)

v0.18.1

12 Feb 19:46
Compare
Choose a tag to compare
  • feat: add enum support (#1916, thanks @genintho!)
  • dependency updates

v0.18.0

03 Feb 19:34
Compare
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
Compare
Choose a tag to compare
  • Fix dissapearing class method visibilty flags (#1843, thanks @cseufert!)
  • dependency updates

0.17.5

10 Sep 18:13
Compare
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!)

0.17.4

31 Aug 18:52
Compare
Choose a tag to compare
  • feat(php8-attribute): PHP 8 Attribute output (#1761, thanks @cseufert!)
  • fix class const ignore formatting bug (#1799, thanks @wdoug!)
  • dependency updates

0.17.3

27 Jul 11:28
Compare
Choose a tag to compare
  • Update PHP parser to allow for dangling comma in use block (#1796, thanks @justim!)
  • Added PhpStorm/Jetbrains config guide (#1787, thanks @cseufert!)
  • Updated NodeJS versions to current stable releases (#1775, thanks @cseufert!)
  • chore: update prettier to 2.1.2 (#1774)
  • dependency updates

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)