Skip to content

Latest commit

 

History

History
129 lines (74 loc) · 3.12 KB

CHANGELOG.md

File metadata and controls

129 lines (74 loc) · 3.12 KB

Changelog

All notable changes will be documented in this file.

Updates should follow the Keep a CHANGELOG principles.

Unreleased

Added

Changed

Removed

2.16.0

Changed

2.15.0

Changed

2.14.0

Changed

2.13.0

Changed

  • Replace custom phpdoc_align rule with php-cs-fixer option (see laravel/pint#242)

2.12.0

Changed

  • Adds support for Laravel 11

2.11.0

Changed

2.10.0

Changed

  • Change default for nullable_type_declaration_for_default_null_value (see laravel/pint#236)

2.9.0

Changed

2.8.1

Changed

2.7.0

Changed

2.6.0

Changed

2.5.1

Fixed

2.5.0

Added

2.4.1

Changed

2.4.0

Changed

2.3.0

Added

  • Enable method_chaining_indentation fixer

2.2.0

Changed

  • Replace deprecated braces rule

2.1.0

Added

  • Enable self_static_accessor fixer

2.0.1

Changed

  • Updated texts in the documentation

Fixed

  • Include php-cs-fixer.dist.php again

Removed

  • Removed Grouping of Rules @Laravel and @Laravel:risky