v1.2.0 - 2022-09-13
- Add configuration option to overwrite cache file location by @wouter2203 in laravel#111
v1.1.3 - 2022-09-06
- Ignores
build
folder by default by @nunomaduro in laravel#108 - Update to PHP-CS-Fixer v3.11 by @Jubeki in laravel#109
v1.1.2 - 2022-08-30
- Adds support for
friendsofphp/php-cs-fixer:^3.10.0
by @nunomaduro in laravel#107
v1.1.1 - 2022-08-02
- Laravel Preset - include
continue
inblank_line_before_statement
by @jrseliga in laravel#95
v1.1.0 - 2022-07-26
- [1.x] Adds
--format
option by @nunomaduro in laravel#87
- [1.x] Ensures the configuration file is valid by @nunomaduro in laravel#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 laravel#68
- Also ensure that the double arrow has a single space on each side. by @lucasmichot in laravel#67
Full Changelog: https://github.com/laravel/pint/compare/v0.2.2...v0.2.3
v0.2.2 - 2022-07-01
- Fix the tag version extraction. by @lucasmichot in laravel#57
- List syntax rule by @brandonferens in laravel#66
- @brandonferens made their first contribution in laravel#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 laravel#49
- Remove unused imports by @shuvroroy in laravel#48
- [0.x] Tests against windows by @nunomaduro in laravel#53
- @shuvroroy made their first contribution in laravel#48
- @nunomaduro made their first contribution in laravel#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 laravel#25
- [0.x] Add Fixers for Laravel specific PHPDocs by @Jubeki in laravel#3
- Ignore
node_modules
folder by @aryehraber in laravel#27 - Adjust description by @calebporzio in laravel#33
- [0.x] Ignore Laravel actions IDE helper file by @edwinvdpol in laravel#36
- [0.x] Publish PHAR by @lucasmichot in laravel#34
- [0.x] Exclude file via pint json by @michalkortas in laravel#40
- Remove unused $path variable by @michalkortas in laravel#41
- @Jubeki made their first contribution in laravel#25
- @aryehraber made their first contribution in laravel#27
- @calebporzio made their first contribution in laravel#33
- @edwinvdpol made their first contribution in laravel#36
- @lucasmichot made their first contribution in laravel#34
- @michalkortas made their first contribution in laravel#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 laravel#25
- [0.x] Add Fixers for Laravel specific PHPDocs by @Jubeki in laravel#3
- Ignore
node_modules
folder by @aryehraber in laravel#27
- @Jubeki made their first contribution in laravel#25
- @aryehraber made their first contribution in laravel#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 laravel#18
- @julien-boudry made their first contribution in laravel#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 laravel#16
- @fieu made their first contribution in laravel#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 laravel#10
- @claudiodekker made their first contribution in laravel#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 laravel#5
- @vinkla made their first contribution in laravel#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.