@@ -5,7 +5,12 @@ All notable changes to this library will be documented in this file:
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ v2.2.0] ( https://github.com/NexusPHP/cs-config/compare/v2.1.5..v2.2.0 ) - 2021-05-06
8+ ## [ v2.2.1] ( https://github.com/NexusPHP/cs-config/compare/v2.2.0...v2.2.1 ) - 2021-05-06
9+
10+ - Fixed faulty build action on running ` php-cs-fixer `
11+ - Use range diffs in CHANGELOG
12+
13+ ## [ v2.2.0] ( https://github.com/NexusPHP/cs-config/compare/v2.1.5...v2.2.0 ) - 2021-05-06
914
1015- Update ` friendsofphp/php-cs-fixer ` to v2.19 Testament
1116- Use ` new FixerFactory() ` instead of ` FixerFactory::create() `
@@ -14,40 +19,40 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1419- Removed deprecated fixer options from the rulesets
1520- Renamed configuration file to ` .php-cs-fixer.dist.php `
1621
17- ## [ v2.1.5] ( https://github.com/NexusPHP/cs-config/compare/v2.1.4..v2.1.5 ) - 2021-02-20
22+ ## [ v2.1.5] ( https://github.com/NexusPHP/cs-config/compare/v2.1.4... v2.1.5 ) - 2021-02-20
1823
1924### Fixed
2025
2126- Removed the faulty ` replace ` section in composer.json causing halted installations
2227- Fixed errors reported by PHPStan on level 8
2328
24- ## [ v2.1.4] ( https://github.com/NexusPHP/cs-config/compare/v2.1.3..v2.1.4 ) - 2021-01-18
29+ ## [ v2.1.4] ( https://github.com/NexusPHP/cs-config/compare/v2.1.3... v2.1.4 ) - 2021-01-18
2530
2631### Added
2732
2833- Added support for PHP 8
2934- Bump ` friendsofphp/php-cs-fixer ` to v2.18.0 Remote Void
3035
31- ## [ v2.1.3] ( https://github.com/NexusPHP/cs-config/compare/v2.1.2..v2.1.3 ) - 2021-01-07
36+ ## [ v2.1.3] ( https://github.com/NexusPHP/cs-config/compare/v2.1.2... v2.1.3 ) - 2021-01-07
3237
3338### Fixed
3439
3540- Fixed a PHPStan error on the incorrect covariant return type of ` Factory::invoke ` .
3641
37- ## [ v2.1.2] ( https://github.com/NexusPHP/cs-config/compare/v2.1.1..v2.1.2 ) - 2021-01-07
42+ ## [ v2.1.2] ( https://github.com/NexusPHP/cs-config/compare/v2.1.1... v2.1.2 ) - 2021-01-07
3843
3944### Fixed
4045
4146- Fixed name of ` Nexus74 ` ruleset which was erroneously set as ` Nexus73 ` .
4247- Fixed license format in ` README ` .
4348
44- ## [ v2.1.1] ( https://github.com/NexusPHP/cs-config/compare/v2.1.0..v2.1.1 ) - 2020-12-12
49+ ## [ v2.1.1] ( https://github.com/NexusPHP/cs-config/compare/v2.1.0... v2.1.1 ) - 2020-12-12
4550
4651### Changed
4752
4853- ` increment_style ` fixer now uses the ` ['style' => 'pre'] ` . Previously, this was ` post ` .
4954
50- ## [ v2.1.0] ( https://github.com/NexusPHP/cs-config/compare/v2.0.2..v2.0.2 ) - 2020-12-08
55+ ## [ v2.1.0] ( https://github.com/NexusPHP/cs-config/compare/v2.0.2... v2.0.2 ) - 2020-12-08
5156
5257### Added
5358
@@ -60,13 +65,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6065- ` phpdoc_line_span ` has been set to single for all classy elements.
6166- ` binary_operator_spaces ` has been set to its default ` single_space ` for use in this library.
6267
63- ## [ v2.0.2] ( https://github.com/NexusPHP/cs-config/compare/v2.0.1..v2.0.2 ) - 2020-12-01
68+ ## [ v2.0.2] ( https://github.com/NexusPHP/cs-config/compare/v2.0.1... v2.0.2 ) - 2020-12-01
6469
6570### Fixed
6671
6772- Re-release of previous release due to inconsistency in tagging process.
6873
69- ## [ v2.0.1] ( https://github.com/NexusPHP/cs-config/compare/v2.0.0..v2.0.1 ) - 2020-12-01
74+ ## [ v2.0.1] ( https://github.com/NexusPHP/cs-config/compare/v2.0.0... v2.0.1 ) - 2020-12-01
7075
7176### Changed
7277
0 commit comments