Releases: Jubeki/laravel-code-style
Releases · Jubeki/laravel-code-style
2.1.0
2.0.1
Changed
- Updated texts in the documentation
Fixed
- Include
php-cs-fixer.dist.php
again
Full Changelog
Full Changelog: 2.0.0...2.0.1
2.0.0
What's Changed
- Uses Laravel Pint Preset instead of Style CI
- Removed Grouping of Rules
@Laravel
and@Laravel:risky
How to Upgrade
Please follow the Upgrade Guide.
Full Changelog
Full Changelog: 1.2.0...2.0.0
1.2.0
1.1.0
Full Changelog: 1.0.2...1.1.0
Added
- Added new rules from Styleci
class_reference_name_casing
no_trailing_comma_in_singleline_function_call
no_unneeded_import_alias
- Update to PHP-CS-Fixer v3.11
Note
Deprecated Rules will be replaced as soon as StyleCI updates to PHP-CS-Fixer v3.11 and replaces their rules
1.0.2
1.0.1
0.8.3
What has changed?
- Fixed license and copyright information for PHP-CS-Fixer (My apologies for removing them)
Full Changelog: 0.8.2...0.8.3
1.0.0
Changed
- Move Namespace from
MattAllan\LaravelCodeStyle
toJubeki\LaravelCodeStyle
- Support only Laravel
^8.64.0|^9.0
because of thelang_path()
helper - Update default config to new
lang_path()
helper
Full Changelog: 0.8.1...1.0.0