Skip to content

Releases: laravel/pint

v1.25.1

19 Sep 03:02

Choose a tag to compare

  • Revert "feat: add support for formatting code from stdin" by @crynobone in #402

v1.25.0

17 Sep 01:42

Choose a tag to compare

  • feat: add support for formatting code from stdin by @calebdw in #390
  • Allow setting the number of max processes for parallel mode by @cosmastech in #392
  • Update dependencies by @crynobone in #394
  • feat: support boolean shorthand for 'cast_spaces' and add tests by @artengin in #398
  • Fixes compatibility with php-cs-fixer v3.87.0 by @crynobone in #400

v1.24.0

10 Jul 18:12

Choose a tag to compare

  • PHP 8.4 support
  • Adds -p as shortcut of --parallel
  • Fixes parallel on Windows

v1.23.0

03 Jul 10:39

Choose a tag to compare

  • Adds --parallel option.
  • Allows extending from a base configuration file.

v1.22.1

08 May 08:39

Choose a tag to compare

  • Fixes Argument #1 ($node) must be of type DOMNode issue.

v1.22.0

08 Apr 22:45

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.21.2...v1.22.0

v1.21.2

14 Mar 22:32

Choose a tag to compare

  • Bumps dependencies

v1.21.1

11 Mar 03:29

Choose a tag to compare

v1.21.0

18 Feb 03:20

Choose a tag to compare

v1.20.0

14 Jan 16:22

Choose a tag to compare

  • Adds --diff option. #327