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-diffsCLI 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