Skip to content

Latest commit

 

History

History
267 lines (187 loc) · 11.6 KB

CHANGELOG.md

File metadata and controls

267 lines (187 loc) · 11.6 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

For a full diff see 2.9.0...main.

For a full diff see 2.8.0...2.9.0.

Changed

For a full diff see 2.7.0...2.8.0.

Changed

For a full diff see 2.6.0...2.7.0.

Changed

Removed

For a full diff see 2.5.0...2.6.0.

Changed

For a full diff see 2.4.0...2.5.0.

Changed

For a full diff see 2.3.1...2.4.0.

Changed

For a full diff see 2.3.0...2.3.1.

Changed

Fixed

  • Stopped using parameters option for trailing_comma_in_multiline fixer in Php74 rule set (#150), by @localheinz

For a full diff see 2.2.0...2.3.0.

Changed

Fixed

  • Stopped using deprecated use_trait option for no_extra_blank_lines fixer (#139), by @localheinz
  • Explicitly configured cast_spaces fixer (#147), by @localheinz
  • Explicitly configured constant_case fixer (#148), by @localheinz

For a full diff see 2.1.0...2.2.0.

Changed

  • Configured class_attributes_separation fixer to use only_if_meta option for element trait_import (#132), by @localheinz

For a full diff see 2.0.0...2.1.0.

Changed

  • Updated friendsofphp/php-cs-fixer (#121), by @dependabot
  • Enabled declare_parentheses fixer (#125), by @localheinz
  • Enabled and configured empty_loop_body fixer (#126), by @localheinz
  • Enabled and configured types_spaces fixer (#127), by @localheinz
  • Configured class_attributes_separation fixer to use newly added only_if_meta option for elements const and property (#128), by @localheinz
  • Configured class_attributes_separation fixer to use none option for element trait_import (#129), by @localheinz
  • Added template to ignored_tags configuration of doctrine_* fixers (#130), by @localheinz
  • Configured single_space_after_construct fixer to enforce single space after additional constructs (#131), by @localheinz

For a full diff see 1.1.0...2.0.0.

Changed

  • Updated friendsofphp/php-cs-fixer (#71), by @localheinz
  • Configured trailing_comma_in_multiline fixer to add trailing commas for arguments in Php73, Php74, and Php80 rule sets (#74), by @localheinz
  • Configured trailing_comma_in_multiline fixer to add trailing commas for parameters in Php80 rule set (#75), by @localheinz

For a full diff see 1.0.3...1.1.0.

Changed

For a full diff see 1.0.2...1.0.3.

Fixed

For a full diff see 1.0.1...1.0.2.

Fixed

For a full diff see 1.0.0...1.0.1.

Fixed

  • Stopped using deprecated configuration for class_attributes_separation fixer (#15), by @localheinz
  • Updated friendsofphp/php-cs-fixer (#41), by @dependabot

For a full diff see 3a0205c...1.0.0.

Added

Changed

  • Configured no_whitespace_before_comma_in_array fixer to remove whitespace between heredoc and comma (#5), by @localheinz
  • Configured trailing_comma_in_multiline_array fixer to add a trailing comma after heredoc in multi-line array (#6), by @localheinz