Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.36 KB

CHANGELOG.md

File metadata and controls

39 lines (23 loc) · 1.36 KB

Changelog

All notable changes to this library will be documented in this file:

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

v2.1.0 - 2020-12-08

Added

  • Added support for new fixers in v2.17.0 Desert Beast.
  • Added Nexus74 ruleset for support on use_arrow_functions fixer.
  • Added testing for deprecated fixers.

Changed

  • phpdoc_line_span has been set to single for all classy elements.
  • binary_operator_spaces has been set to its default single_space for use in this library.

v2.0.2 - 2020-12-01

Fixed

  • Re-release of previous release due to inconsistency in tagging process.

v2.0.1 - 2020-12-01

Changed

  • global_namespace_import has its option import_classes set to false.
  • Renamed phpunit.xml.dist's cacheResultFile attribute

v2.0.0 - 2020-11-28

Changed

  • Initial release in this repository. See MIGRATION for the detailed changes from its predecessor library.