php-code-style/CHANGELOG.md
2018-08-08 10:18:24 +03:00

889 B

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

0.2.0 - 2018-08-08

Added

  • Enh #4: Ely\remove_class_name_method_usages fixer.
  • array_syntax fixer.
  • This changelog file.
  • Travis CI building.

Changed

  • friendsofphp/php-cs-fixer version bumped to ^2.12.2.
  • phpunit/phpunit downgraded to ^6.5.1 to be compatible with PHP 7.0.

Fixed

  • Bug #5: Ely/line_break_after_statements triggers error if statement doesn't have control brackets.

0.1.0 - 2018-04-17

Added

  • First release