plugin-php

Prettier PHP Plugin

MIT License

Downloads
255.8K
Stars
1.7K
plugin-php -

Published by czosel over 4 years ago

  • fix: update prettier peer dependency (#1389)
  • dependency updates
plugin-php -

Published by czosel over 4 years ago

Breaking change

This release introduces the new option phpVersion. Depending on the options you're using, the upgrade requires some changes to your configuration:

  • phpVersion: This new option allows the plugin to produce output which is optimized for the PHP version you're running. The following values are supported:

    • 7.1, 7.0, 5.6, 5.5, 5.4: Since our formatting doesn't change between these versions, all of them are equivalent. This category is used by default.
    • 7.2: Print trailing commas in "use"
    • 7.3, 7.4: Print trailing commas in function calls, flexible heredoc/nowdoc printing
    • 5.3 and below: Don't force array shorthand notation
  • trailingCommaPHP: All options except none and all have been removed and the option now requires a Boolean value. If you've been using a setting like php7.2 before, change it to true and set phpVersion to 7.2.

For more information please see #1280.

Features

This release adds support for PHP 7.3 and 7.4 🎉

  • feat: add phpVersion option (#1286)
  • fix: remove extra linebreak in nowdoc (#1287)
  • feat: deterministic printing of array shortform (#1289)
  • fix: array entry byref printing (#1293)
  • feat: numeric literal separator support (#1294)
  • fix: remove extraneous open tag for inline nodes following comments (#1338, thanks @jodysimpson)
  • fix: correctly handle right-associative ?? operator (#1345)
  • feat: print flexible heredoc/nowdoc for PHP >= 7.3 (#1291)
  • fix: Support static & return-typed arrow functions (#1362, thanks @adamaveray)
plugin-php -

Published by czosel over 4 years ago

  • feat: update parser and add arrow function support (#1277)

  • fix(switch): inconsistent line spreading (#1256)

  • fix(retif): correct parentheses for bin in retif (#1257)

  • fix: shorthand echo as first node (#1266)

  • fix: flexible heredoc/nowdoc syntax (#1269)

  • fix: namespace followed by inline node (#1265)

  • fix: insert pragma when first docblock mid-file (#1310)

  • dependency updates

plugin-php -

Published by czosel almost 5 years ago

plugin-php -

Published by czosel over 5 years ago

plugin-php -

Published by czosel over 5 years ago

Breaking changes

The trailingComma option has been renamed to trailingCommaPHP to avoid collisions with Prettier for JS (https://github.com/prettier/plugin-php/pull/1059).

plugin-php -

Published by czosel over 5 years ago

plugin-php -

Published by czosel over 5 years ago

plugin-php - v0.10.0

Published by alexander-akait over 5 years ago

plugin-php - v0.9.0

Published by alexander-akait about 6 years ago

v0.9.0

plugin-php - v0.8.0

Published by alexander-akait about 6 years ago

v0.8.0

plugin-php - v0.7.0

Published by alexander-akait about 6 years ago

plugin-php -

Published by czosel about 6 years ago

plugin-php -

Published by czosel about 6 years ago

plugin-php -

Published by czosel about 6 years ago

plugin-php -

Published by czosel over 6 years ago

plugin-php -

Published by mgrip over 6 years ago

plugin-php -

Published by mgrip over 6 years ago

plugin-php -

Published by mgrip over 6 years ago

plugin-php - Alpha release

Published by mgrip over 6 years ago

Package Rankings
Top 1.15% on Npmjs.org