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.4 - 2021-01-18
- Added support for PHP 8
- Bump
friendsofphp/php-cs-fixer
to v2.18.0 Remote Void
v2.1.3 - 2021-01-07
- Fixed a PHPStan error on the incorrect covariant return type of
Factory::invoke
.
v2.1.2 - 2021-01-07
- Fixed name of
Nexus74
ruleset which was erroneously set asNexus73
. - Fixed license format in
README
.
v2.1.1 - 2020-12-12
increment_style
fixer now uses the['style' => 'pre']
. Previously, this waspost
.
v2.1.0 - 2020-12-08
- Added support for new fixers in v2.17.0 Desert Beast.
- Added
Nexus74
ruleset for support onuse_arrow_functions
fixer. - Added testing for deprecated fixers.
phpdoc_line_span
has been set to single for all classy elements.binary_operator_spaces
has been set to its defaultsingle_space
for use in this library.
v2.0.2 - 2020-12-01
- Re-release of previous release due to inconsistency in tagging process.
v2.0.1 - 2020-12-01
global_namespace_import
has its optionimport_classes
set tofalse
.- Renamed
phpunit.xml.dist
'scacheResultFile
attribute
v2.0.0 - 2020-11-28
- Initial release in this repository. See MIGRATION for the detailed changes from its predecessor library.