Releases: laravel/pint
Releases · laravel/pint
v1.25.1
v1.25.0
- 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
- PHP 8.4 support
 - Adds 
-pas shortcut of--parallel - Fixes parallel on Windows
 
v1.23.0
- Adds 
--paralleloption. - Allows extending from a base configuration file.
 
v1.22.1
- Fixes 
Argument #1 ($node) must be of type DOMNodeissue. 
v1.22.0
What's Changed
- Writing summaries to file via option by @Onekone in #344
 - Update logo by @iamdavidhill in #362
 - Update dependencies by @crynobone in #364
 
New Contributors
- @Onekone made their first contribution in #344
 - @iamdavidhill made their first contribution in #362
 
Full Changelog: v1.21.2...v1.22.0
v1.21.2
- Bumps dependencies
 
v1.21.1
- Fix GitHub Action failing 'Publish the released PHAR' due to deprecated action 'actions/upload-artifact' by @matthewnessworthy in #347
 - Bump dependencies by @crynobone in #350
 
v1.21.0
- Add 
no_unneeded_import_aliasrule by @claudiodekker in #334 - PHP 8.4 support by @markwalet in #330
 - Bump dependencies by @Jubeki in #337
 - Bump dependencies (php-cs-fixer fixes) by @Jubeki in #338
 - Split files based on 
/\R+/regex for--diff, same as--dirtyby @erikn69 in #339 - Bump dependencies by @Jubeki in #343