Skip to content

Released ECS 12.2.0

Latest
Compare
Choose a tag to compare
@samsonasik samsonasik released this 23 May 04:48
· 0 commits to main since this release

New Features 馃コ

  • Add print PHP_CodeSniffer and PHP-CS-Fixer versions when --version (#201), thanks @zonuexe
  • Add new output formatter for checkstyle (#204), thanks @M-arcus
  • Bump to Rector 1.0
  • Bump php-cs-fixer and ecs to latest version
  • Implement --no-diffs CLI Option (#195), thanks @staabm

Bugfixes 馃悰

  • [Configuration] Fix parallel config always replaced by next config as default to true
  • [Configuration] Do not sets, skip, rules on empty array on ECSConfigBuilder
  • Dynamic sets should be configured after sets (#188), thanks @zghosts
  • Less memory hungry FnMatchPathNormalizer: reduced by ~35-45% (#192), thanks @staabm
  • [Skipper] Allow skip relative path on command line vendor/bin/ecs check path/to/relative/path
  • Remove repeated calls to EasyCodingStandardStyle->isDebug() (#194), thanks @staabm