Releases: ergebnis/php-cs-fixer-config
Releases · ergebnis/php-cs-fixer-config
6.8.1
Full Changelog: 6.8.0...6.8.1
6.8.0
Full Changelog: 6.7.0...6.8.0
6.7.0
What's Changed
- Enhancement: Keep associative arrays sorted by key by @localheinz in #906
- Enhancement: Require and use
ergebnis/rector-rules
by @localheinz in #907 - Enhancement: Add support for PHP 8.3 by @localheinz in #914
- Enhancement: Add
Config\RuleSet\Php83
by @localheinz in #915
Full Changelog: 6.6.0...6.7.0
6.6.0
Full Changelog: 6.5.0...6.6.0
6.5.0
Full Changelog: 6.4.0...6.5.0
6.4.0
What's Changed
- Enhancement: Enable and configure
attribute_empty_parentheses
fixer by @localheinz in #901
Full Changelog: 6.3.0...6.4.0
6.3.0
Full Changelog: 6.2.0...6.3.0
6.2.0
What's Changed
- Enhancement: Require and use
kubawerlos/php-cs-fixer-custom-fixers
by @localheinz in #894
Full Changelog: 6.1.0...6.2.0
6.1.0
What's Changed
- Enhancement: Require and use
erickskrauch/php-cs-fixer-custom-fixers
by @localheinz in #889
Full Changelog: 6.0.0...6.1.0
6.0.0
What's Changed
- Fix: Target PHP versions by @localheinz in #864
- Enhancement: Assert that fixers are registered, not necessarily built-in by @localheinz in #863
- Enhancement: Do not hard-code name into rule set by @localheinz in #865
- Fix: Remove
$targetPhpVersion
field andtargetPhpVersion()
method by @localheinz in #866 - Fix: Remove
name()
method fromAbstractRuleSet
by @localheinz in #867 - Fix: Remove
rules()
method fromAbstractRuleSet
by @localheinz in #868 - Enhancement: Extract
Name
as value object by @localheinz in #870 - Enhancement: Extract
PhpVersion
as value object by @localheinz in #871 - Enhancement: Allow
Config\RuleSet
to declare and configure custom fixers by @localheinz in #872 - Fix: Fetch custom fixers from
Config\RuleSet
by @localheinz in #873 - Enhancement: Extract
Config\Rules
as a value object by @localheinz in #874 - Fix: Remove
RuleSet\AbstractRuleSet::DOCTRINE_IGNORED_TAGS
by @localheinz in #875 - Fix: Remove constructor from
RuleSet\AbstractRuleSet
by @localheinz in #876 - Fix: Remove
RuleSet\AbstractRuleSet
by @localheinz in #877 - Fix: Rename
Config\RuleSet::targetPhpVersion()
toConfig\RuleSet::phpVersion()
by @localheinz in #878 - Fix: Rename
Config\RuleSet\ExplicitRuleSet
toConfig\ExplicitRuleSet
by @localheinz in #882 - Enhancement: Extract
Config\Fixers
as a value object by @localheinz in #883 - Fix: Remove
infection/infection
by @localheinz in #884 - Fix: Remove
Config\ExplicitRuleSet
interface by @localheinz in #885 - Enhancement: Extract named constructor by @localheinz in #886
- Enhancement: Remove optional parameter and introduce
withHeader()
mutator by @localheinz in #887 - Enhancement: Turn
Config\RuleSet
into value object by @localheinz in #888 - Fix: Introduce explaining variable by @localheinz in #890
- Enhancement: Add
Config\RuleSet::withRules()
to allow overridingConfig\Rules
by @localheinz in #891 - Fix: Remove optional parameter by @localheinz in #892
- Enhancement: Add
Config\RuleSet::withCustomFixers()
to allow mergingConfig\Fixers
by @localheinz in #893
Full Changelog: 5.16.0...6.0.0