Skip to content

Releases: Jubeki/laravel-code-style

2.1.0

21 Mar 11:41
b7e277e
Compare
Choose a tag to compare

Added

  • Enable self_static_accessor fixer

Full Changelog

Full Changelog: 2.0.1...2.1.0

2.0.1

20 Mar 17:05
0a5f34d
Compare
Choose a tag to compare

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

22 Feb 10:23
94be54e
Compare
Choose a tag to compare

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

18 Jan 05:14
70a1d44
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...1.2.0

1.1.0

02 Sep 08:03
92c0dcd
Compare
Choose a tag to compare

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

15 Aug 08:52
dc2f7a8
Compare
Choose a tag to compare

What's Changed

  • Don't format blade files in any of folders by @ankurk91 in #6

New Contributors

Full Changelog: 1.0.1...1.0.2

1.0.1

25 Jun 19:24
cd97d2f
Compare
Choose a tag to compare

What's Changed

  • Fixed license and copyright information for PHP-CS-Fixer (My apologies for removing them)
  • docs: update ignored cache file for PHP-CS-Fixer 3.x by @owenvoke in #2

New Contributors

Full Changelog: 1.0.0...1.0.1

0.8.3

25 Jun 19:31
66a272c
Compare
Choose a tag to compare

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

31 Jan 10:03
46b9df7
Compare
Choose a tag to compare

Changed

  • Move Namespace from MattAllan\LaravelCodeStyle to Jubeki\LaravelCodeStyle
  • Support only Laravel ^8.64.0|^9.0 because of the lang_path() helper
  • Update default config to new lang_path() helper

Full Changelog: 0.8.1...1.0.0

0.8.2

27 Jan 15:41
c6d24a0
Compare
Choose a tag to compare

Fixed

  • Fixed language path for Laravel 9 in default config

Full Changelog: 0.8.1...0.8.2