Skip to content

Releases: easy-coding-standard/easy-coding-standard

Released easy-coding-standard 13.0.0

06 Nov 14:48

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 12.6.2...13.0.0

Released easy-coding-standard 12.6.2

29 Oct 09:02

Choose a tag to compare

What's Changed

  • [Scoper] Fix Scoper on AbstractMajorMinorDeprecationSetDefinition by @samsonasik in #306

Full Changelog: 12.6.1...12.6.2

Released easy-coding-standard 12.6.0

10 Sep 14:25

Choose a tag to compare

What's Changed

  • Clean up symfony/polyfill-* on replace config on composer.json by @samsonasik in #296
  • Update PHP-CS-Fixer / Code Sniffer by @staabm in #298

Full Changelog: 12.5.24...12.6.0

Released easy-coding-standard 12.5.24

21 Aug 07:00

Choose a tag to compare

Released easy-coding-standard 12.5.23

16 Aug 06:08

Choose a tag to compare

What's Changed

  • Temporary use vendor patch for patch friendsofphp/php-cs-fixer merge const array spread on VisibilityRequiredFixer by @samsonasik in #283
  • Fix Symfony\Component\String\UnicodeString not found by @samsonasik in #284
  • Comment some line into templates to be able to display help and version by @llaville in #286
  • [Scoped] Remove no longer needed vendor patch for VisibilityRequiredFixer by @samsonasik in #290
  • [Console] Fix symfony/console diff broken on windows on symfony/console 6.4.24 by @samsonasik in #291

Full Changelog: 12.5.21...12.5.23

Released: easy-coding-standard 12.5.20

30 May 11:43

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 12.5.18...12.5.20

Released: easy-coding-standard 12.5.8

31 Jan 14:00

Choose a tag to compare

What's Changed

Full Changelog: 12.5.6...12.5.8

Released: EasyCodingStandard 12.5.5

02 Jan 08:44

Choose a tag to compare

What's Changed

Full Changelog: 12.5.4...12.5.5

Released ECS 12.2.1

02 Jun 12:10

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 12.2.0...12.2.1

Released ECS 12.2.0

23 May 04:48

Choose a tag to compare

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