Releases: NexusPHP/cs-config
Releases · NexusPHP/cs-config
Nexus CS Config v3.25.0
Changes in this release 🎉
Added
- Add
types_map
option tophpdoc_to_*
fixers - Add
general_attribute_remove
fixer - Add PHP 8.4 to build
- Add
@phpstan-ignore
to ignored tags incomment_to_phpdoc
- Add
Nexus83
andNexus84
rulesets - Add composer scripts
Changed
- Bump to php-cs-fixer v3.67
- Bump to phpstan v2.1
- Make
Nexus82
depend onNexus81
's rules - Use explicit
ubuntu-24.04
in actions - Fix errors in phpstan-baseline
Removed
- Remove
phpExecutable
assetPhpExecutable()
is now deprecated in upstream - Remove Nexus80 ruleset as PHP 8.0 is no longer supported
Full Changelog: v3.24.3...v3.25.0
Nexus CS Config v3.24.3
Changes
- Add new PHPStan errors to baseline
- Update
phpdoc_separation
groups
Nexus CS Config v3.24.2
Nexus CS Config v3.24.1
Changes
- Add
php_unit_assert_new_names
fixer - Group
template
andtemplate-covariant
PHPDocs
Full Changelog: v3.24.0...v3.24.1
Nexus CS Config v3.24.0
Changes
- Fix phpstan error
- Remove defunct branch alias
- Add more files to .gitattributes
- Apply changes from php-cs-fixer v3.60
- Implement
FixerGenerator::mergeWith()
Full Changelog: v3.23.1...v3.24.0
Nexus CS Config v3.23.1
Changes
- Refactor AbstractCustomFixerTestCase
Nexus CS Config v3.23.0
Changes
- Fix for phpstan
- Bump to php-cs-fixer v3.54
- Enable
php_unit_attributes
- Enable
ordered_attributes
- feat: enable parallel fixing (#5)
- Enable
import_symbols
option onfully_qualified_strict_types
New Contributors
Full Changelog: v3.22.1...v3.23.0
Nexus CS Config v3.22.1
Changes
- Allow phpunit v11
- Remove deprecated option of
nullable_type_declaration_for_default_null_value
Nexus CS Config v3.22.0
Changes
- Bump to php-cs-fixer v3.50
- Update options for
no_superfluous_phpdoc_tags
- Enable
phpdoc_array_type
Nexus CS Config v3.21.0
Changes
- Bump to php-cs-fixer v3.49
- Add
string_implicit_slashes
fixer - Enable
phpdoc_list_type
fixer