v1.18.1 - 2024-09-24
- [1.x] Fixed corrupted binary
v1.18.0 - 2024-09-24
- [1.x] Rename rule set
[@PER](https://github.com/PER)
to[@PER-CS](https://github.com/PER-CS)
by @dinhquochan in #295
v1.17.3 - 2024-09-03
v1.17.2 - 2024-08-06
v1.17.1 - 2024-08-01
- Rules are not applied when "empty" is specified for the preset by @takeshiemoto in #289
v1.17.0 - 2024-07-23
- Add empty preset to the list by @imanghafoori1 in #283
- Laravel preset class parentheses by @brdv in #285
v1.16.2 - 2024-07-09
- Create empty preset by @imanghafoori1 in #282
v1.16.1 - 2024-06-18
- [1.x] Enable single_line_empty_body fixer by @Jubeki in #277
- [1.x] Bump dependencies by @Jubeki in #279
v1.16.0 - 2024-05-21
v1.15.3 - 2024-04-30
v1.15.2 - 2024-04-23
v1.15.1 - 2024-04-02
- Enable --help flag for pint by @penyaskito in #264
v1.15.0 - 2024-03-26
- Add the possibility to override the cache file path in command line by @jimmyklein-actual in #255
- [1.x] Adds
--bail
flag by @nunomaduro in #261
v1.14.0 - 2024-02-20
- Add
--no-config
option by @jasonmccreary in #250
v1.13.11 - 2024-02-13
- [1.x] Bumps dependencies by @nunomaduro in #249
v1.13.10 - 2024-01-22
v1.13.9 - 2024-01-16
v1.13.8 - 2024-01-09
v1.13.7 - 2023-12-05
v1.13.6 - 2023-11-07
- Uses
"friendsofphp/php-cs-fixer": "^3.38.0"
by @nunomaduro in #229
v1.13.5 - 2023-10-26
- Rebuild Pint
v1.13.4 - 2023-10-24
- Updates dependencies by @nunomaduro in #226
v1.13.3 - 2023-10-10
v1.13.2 - 2023-09-19
- Increases dependencies by @nunomaduro in #216
v1.13.1 - 2023-09-06
- Fixes non
yoda_style
rule moving variables by @nunomaduro in #213
v1.13.0 - 2023-09-05
- Add rule:
yoda_style
to Laravel by @lucasmichot in #210
v1.12.0 - 2023-08-30
- Orders interfaces and traits by @nunomaduro in #206
- Fix: Keep fixers sorted by name by @localheinz in #207
v1.11.0 - 2023-08-15
- Improves imports when using
functions
by @nunomaduro in #205
v1.10.6 - 2023-08-08
- Remove deprecated function_typehint_space rule by @goodjack in #197
- Allow for remote config files by @kevinpijning in #201
v1.10.5 - 2023-07-14
- Fixes build on Windows by @nunomaduro in #196
v1.10.4 - 2023-07-11
- Update Dependencies by @Jubeki in #191
- Add Rule: type_declaration_spaces by @Jubeki in #194
- Add Rule: nullable_type_declaration by @Jubeki in #193
- Add Rule: nullable_type_declaration_for_default_null_value by @Jubeki in #192
v1.10.3 - 2023-06-20
- Update Dependencies and replace deprecated rules by @Jubeki in #188
v1.10.2 - 2023-06-12
- Version by @driesvints
v1.10.1 - 2023-06-03
- Bump dependencies by @Jubeki in #185
v1.10.0 - 2023-04-25
- Enable statement_indentation rule in Laravel preset by @hjanos1 in #178
v1.9.0 - 2023-04-18
- Enable
method_chaining_indentation
fixer by @driesvints in #172
v1.8.0 - 2023-04-04
- Fixes
--dirty
detection of subfolders on Ubuntu by @nunomaduro in #164 - Adds
per
preset by @vinkla in #163 - Replace deprecated braces rule by @Jubeki in #166
v1.7.0 - 2023-03-21
- Enhancement: Enable self_static_accessor fixer by @localheinz in #154
v1.6.0 - 2023-02-21
- Migrates to Laravel Zero 10 by @nunomaduro in #149
- Support Windows paths for --dirty option by @Rigby90 in #150
v1.5.0 - 2023-02-14
- Removes superfluous annotations by @nunomaduro in #126
v1.4.1 - 2023-01-31
- Add option to ignore no changes for --dirty by @joelbutcher in #140
v1.4.0 - 2023-01-10
- Adds
--dirty
option by @nunomaduro in #130
v1.3.0 - 2022-12-20
- Use native php-cs-fixers for phpdoc order and separation by @GrahamCampbell in #133
v1.2.1 - 2022-11-29
- Enable types_spaces rule in Laravel preset by @zepfietje in #128
v1.2.0 - 2022-09-13
- Add configuration option to overwrite cache file location by @wouter2203 in #111
v1.1.3 - 2022-09-06
- Ignores
build
folder by default by @nunomaduro in #108 - Update to PHP-CS-Fixer v3.11 by @Jubeki in #109
v1.1.2 - 2022-08-30
- Adds support for
friendsofphp/php-cs-fixer:^3.10.0
by @nunomaduro in #107
v1.1.1 - 2022-08-02
- Laravel Preset - include
continue
inblank_line_before_statement
by @jrseliga in #95
v1.1.0 - 2022-07-26
- [1.x] Adds
--format
option by @nunomaduro in #87
- [1.x] Ensures the configuration file is valid by @nunomaduro in #86
v1.0.0 - 2022-07-14
- Stable release
v0.2.4 - 2022-07-13
Full Changelog: https://github.com/laravel/pint/compare/v0.2.3...v0.2.4
v0.2.3 - 2022-07-04
- Keep {@inheritdoc} unchanged. by @lucasmichot in #68
- Also ensure that the double arrow has a single space on each side. by @lucasmichot in #67
Full Changelog: https://github.com/laravel/pint/compare/v0.2.2...v0.2.3
v0.2.2 - 2022-07-01
- @brandonferens made their first contribution in #66
Full Changelog: https://github.com/laravel/pint/compare/v0.2.1...v0.2.2
v0.2.1 - 2022-06-27
- Fix actions versions for PHAR deployment job. by @lucasmichot in #49
- Remove unused imports by @shuvroroy in #48
- [0.x] Tests against windows by @nunomaduro in #53
Full Changelog: https://github.com/laravel/pint/compare/v0.2.0...v0.2.1
v0.2.0 - 2022-06-24
- Fix readme code styling by @Jubeki in #25
- [0.x] Add Fixers for Laravel specific PHPDocs by @Jubeki in #3
- Ignore
node_modules
folder by @aryehraber in #27 - Adjust description by @calebporzio in #33
- [0.x] Ignore Laravel actions IDE helper file by @edwinvdpol in #36
- [0.x] Publish PHAR by @lucasmichot in #34
- [0.x] Exclude file via pint json by @michalkortas in #40
- Remove unused $path variable by @michalkortas in #41
- @Jubeki made their first contribution in #25
- @aryehraber made their first contribution in #27
- @calebporzio made their first contribution in #33
- @edwinvdpol made their first contribution in #36
- @lucasmichot made their first contribution in #34
- @michalkortas made their first contribution in #40
Full Changelog: https://github.com/laravel/pint/compare/v0.1.6...v0.2.0
v0.1.7 - 2022-06-23
- Fix readme code styling by @Jubeki in #25
- [0.x] Add Fixers for Laravel specific PHPDocs by @Jubeki in #3
- Ignore
node_modules
folder by @aryehraber in #27
Full Changelog: https://github.com/laravel/pint/compare/v0.1.6...v0.1.7
v0.1.6 - 2022-06-23
- Doc: Clarifies rules documentation && add options by @julien-boudry in #18
- @julien-boudry made their first contribution in #18
Full Changelog: https://github.com/laravel/pint/compare/v0.1.5...v0.1.6
v0.1.5 - 2022-06-23
- Ignore .phpstorm.meta.php by @fieu in #16
- @fieu made their first contribution in #16
Full Changelog: https://github.com/laravel/pint/compare/v0.1.4...v0.1.5
v0.1.4 - 2022-06-23
- [0.x] Add multiple additional fixers by @claudiodekker in #10
- @claudiodekker made their first contribution in #10
Full Changelog: https://github.com/laravel/pint/compare/v0.1.3...v0.1.4
v0.1.3 - 2022-06-22
Full Changelog: https://github.com/laravel/pint/compare/v0.1.2...v0.1.3
v0.1.2 - 2022-06-22
- Ignore _ide_helper_models.php by @vinkla in #5
- @vinkla made their first contribution in #5
Full Changelog: https://github.com/laravel/pint/compare/v0.1.1...v0.1.2
v0.1.1 - 2022-06-22
Full Changelog: https://github.com/laravel/pint/compare/v0.1.0...v0.1.1
Initial pre-release.