Skip to content

Releases: NexusPHP/cs-config

Nexus CS Config v3.25.0

10 Jan 05:24
v3.25.0
eeb8d8e
Compare
Choose a tag to compare

Changes in this release 🎉

Added

  • Add types_map option to phpdoc_to_* fixers
  • Add general_attribute_remove fixer
  • Add PHP 8.4 to build
  • Add @phpstan-ignore to ignored tags in comment_to_phpdoc
  • Add Nexus83 and Nexus84 rulesets
  • Add composer scripts

Changed

  • Bump to php-cs-fixer v3.67
  • Bump to phpstan v2.1
  • Make Nexus82 depend on Nexus81's rules
  • Use explicit ubuntu-24.04 in actions
  • Fix errors in phpstan-baseline

Removed

  • Remove phpExecutable as setPhpExecutable() 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

07 Sep 12:52
v3.24.3
2012757
Compare
Choose a tag to compare

Changes

  • Add new PHPStan errors to baseline
  • Update phpdoc_separation groups

Nexus CS Config v3.24.2

03 Sep 07:15
v3.24.2
d0aeeb3
Compare
Choose a tag to compare

Changes

  • Allow multiline in class definition

Full Changelog: v3.24.1...v3.24.2

Nexus CS Config v3.24.1

25 Aug 11:57
v3.24.1
9143903
Compare
Choose a tag to compare

Changes

  • Add php_unit_assert_new_names fixer
  • Group template and template-covariant PHPDocs

Full Changelog: v3.24.0...v3.24.1

Nexus CS Config v3.24.0

28 Jul 16:01
v3.24.0
fd0fdb4
Compare
Choose a tag to compare

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

16 Jun 15:47
v3.23.1
323c8ca
Compare
Choose a tag to compare

Changes

  • Refactor AbstractCustomFixerTestCase

Nexus CS Config v3.23.0

18 May 12:23
v3.23.0
5aae309
Compare
Choose a tag to compare

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 on fully_qualified_strict_types

New Contributors

  • @ddevsr made their first contribution in #5

Full Changelog: v3.22.1...v3.23.0

Nexus CS Config v3.22.1

24 Mar 13:44
v3.22.1
f248265
Compare
Choose a tag to compare

Changes

  • Allow phpunit v11
  • Remove deprecated option of nullable_type_declaration_for_default_null_value

Nexus CS Config v3.22.0

24 Feb 14:37
v3.22.0
83846ef
Compare
Choose a tag to compare

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

05 Feb 12:41
v3.21.0
f0781ad
Compare
Choose a tag to compare

Changes

  • Bump to php-cs-fixer v3.49
  • Add string_implicit_slashes fixer
  • Enable phpdoc_list_type fixer