Skip to content

Latest commit

 

History

History
437 lines (241 loc) · 16.2 KB

CHANGELOG.md

File metadata and controls

437 lines (241 loc) · 16.2 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

PRs and issues are linked, so you can find more about it. Thanks to ChangelogLinker.

6.10.8 - 2022-10-26

Full Changelog: https://github.com/zingimmick/coding-standard/compare/6.10.7...6.10.8

6.10.7 - 2022-10-22

Full Changelog: https://github.com/zingimmick/coding-standard/compare/6.10.6...6.10.7

6.10.6 - 2022-09-15

Full Changelog: https://github.com/zingimmick/coding-standard/compare/6.10.5...6.10.6

6.10.5 - 2022-09-05

Full Changelog: https://github.com/zingimmick/coding-standard/compare/6.10.4...6.10.5

6.10.4 - 2022-08-21

What's Changed

Other Changes

  • Add extracted fixers from BracesFixer by @zingimmick in #159

Full Changelog: https://github.com/zingimmick/coding-standard/compare/6.10.3...6.10.4

6.10.3 - 2022-08-20

What's Changed

Other Changes

  • Use b flag in fopen calls by @zingimmick in #158

Full Changelog: https://github.com/zingimmick/coding-standard/compare/6.10.2...6.10.3

6.10.2 - 2022-08-20

Full Changelog: https://github.com/zingimmick/coding-standard/compare/6.10.1...6.10.2

6.10.1 - 2022-08-13

What's Changed

Other Changes

  • Exclude FileTooLong or ClassTooLong by @zingimmick in #155

Full Changelog: https://github.com/zingimmick/coding-standard/compare/6.10.0...6.10.1

6.10.0 - 2022-08-07

What's Changed

Other Changes

  • Re-generate rulesets by @zingimmick in #154

Full Changelog: https://github.com/zingimmick/coding-standard/compare/6.9.0...6.10.0

6.8.0 - 2022-06-18

What's Changed

Other Changes

  • Bump slevomat/coding-standard to ^8.0 by @zingimmick in #149

Full Changelog: https://github.com/zingimmick/coding-standard/compare/6.7.0...6.8.0

6.7.0 - 2022-06-11

Full Changelog: https://github.com/zingimmick/coding-standard/compare/6.6.0...6.7.0

6.6.0 - 2022-05-22

What's Changed

Exciting New Features 🎉

  • Re-generate rulesets by @zingimmick in #144

Full Changelog: https://github.com/zingimmick/coding-standard/compare/6.5.0...6.6.0

6.5.0 - 2022-05-12

What's Changed

Other Changes

  • Calling a reusable workflow for update-changelog by @zingimmick in #143

Full Changelog: https://github.com/zingimmick/coding-standard/compare/6.4.1...6.5.0

6.4.0 - 2022-04-19

What's Changed

Other Changes

  • Add support for new ECSConfig and RectorConfig class by @zingimmick in #141

Full Changelog: https://github.com/zingimmick/coding-standard/compare/6.3.1...6.4.0

6.3.1 - 2022-04-15

Full Changelog: https://github.com/zingimmick/coding-standard/compare/6.3.0...6.3.1

6.3.0 - 2022-04-15

What's Changed

Other Changes

  • Compatible with special characters by @zingimmick in #138

Full Changelog: https://github.com/zingimmick/coding-standard/compare/6.2.1...6.3.0

6.2.1 - 2022-03-17

What's Changed

Other Changes

  • Remove skipped fixer by @zingimmick in #137

Full Changelog: https://github.com/zingimmick/coding-standard/compare/6.2.0...6.2.1

6.2.0 - 2022-03-16

What's Changed

  • Bump shivammathur/setup-php from 2.17.0 to 2.17.1 by @dependabot in #133
  • Bump actions/checkout from 2.4.0 to 3 by @dependabot in #134
  • Enable parallel run for rector by @zingimmick in #135
  • Re-generate custom rule by @zingimmick in #136

Full Changelog: https://github.com/zingimmick/coding-standard/compare/6.1.0...6.2.0

6.1.0 - 2022-02-21

What's Changed

  • Bump shivammathur/setup-php from 2.16.0 to 2.17.0 by @dependabot in #130
  • Add risky fixers by @zingimmick in #131
  • Re-generate custom ruleset by @zingimmick in #132

Full Changelog: https://github.com/zingimmick/coding-standard/compare/6.0.0...6.1.0

6.0.0 - 2022-02-04

What's Changed

  • Remove useless configuration by @zingimmick in #127
  • Remove PHP version config from slevomat coding standard by @zingimmick in #128
  • Use pre-increment and decrement operators instead of post- by @zingimmick in #129

Full Changelog: https://github.com/zingimmick/coding-standard/compare/5.4.0...6.0.0

5.4.0 - 2022-01-28

What's Changed

  • Generate ruleset for friendsofphp/php-cs-fixer 3.5.0 by @zingimmick in #126

Full Changelog: https://github.com/zingimmick/coding-standard/compare/5.3.0...5.4.0

5.3.0 - 2022-01-20

What's Changed

  • Add ECS set for PHP versions by @zingimmick in #125

Full Changelog: https://github.com/zingimmick/coding-standard/compare/5.2.0...5.3.0

5.2.0 - 2022-01-10

What's Changed

  • Generate PHP CodeSniffer rulesets by @zingimmick in #120
  • Split printer by @zingimmick in #121
  • Fix lint action by @zingimmick in #122
  • Re-generate custom ruleset by @zingimmick in #123
  • Skip some sniffs by @zingimmick in #124

Full Changelog: https://github.com/zingimmick/coding-standard/compare/5.1.0...5.2.0

5.1.0 - 2022-01-05

What's Changed

  • Remove default fixers by @zingimmick in #115
  • Update license copyright year(s) by @github-actions in #116
  • Re-generate custom rule by @zingimmick in #117
  • Fix incorrect types by @zingimmick in #118

Full Changelog: https://github.com/zingimmick/coding-standard/compare/5.0.1...5.1.0

5.0.0 - 2021-12-24

What's Changed

  • Fix slevomat/coding-standard config by @zingimmick in #113

Full Changelog: https://github.com/zingimmick/coding-standard/compare/4.8.4...5.0.0

4.9.0 - 2021-12-24

What's Changed

  • Fix slevomat/coding-standard config by @zingimmick in #113

Full Changelog: https://github.com/zingimmick/coding-standard/compare/4.8.4...4.9.0

4.8.4 - 2021-12-17

What's Changed

  • Update ruleset for PHP 8.1 support by @zingimmick in #111
  • Automatic update changelog by @zingimmick in #112

Full Changelog: https://github.com/zingimmick/coding-standard/compare/4.8.3...4.8.4

Changed

  • #57 Bump actions/cache from v2 to v2.1.4

Deprecated

  • #56 Remove deprecated rector set

Removed

  • #58 Remove default skip option

3.1.1 - 2020-12-26

Changed

  • #52 Disable ModernClassNameReferenceSniff.ClassNameReferencedViaFunctionCall

3.0.0 - 2020-12-23

Removed

  • #51 Remove type hint sniff

Changed

  • #50 Update dependency symplify/easy-coding-standard to v9

2.6.2 - 2020-11-20

Added

  • #48 Add autoapprove with kodiak

Changed

  • #49 Update CHANGELOG.md

Removed

  • #46 Remove SlevomatCodingStandard\Sniffs\Namespaces\UnusedUsesSniff
  • #47 Remove composer v2 option

2.6.0 - 2020-09-30

Changed

  • #44 Disable ArrayListItemNewlineFixer
  • #43 Use constant instead of string for changelog-linker option

Deprecated

  • #42 Remove deprecated usage of Symplify\EasyCodingStandard\Configuration\Option

Removed

  • #41 Remove php-cs-fixer rule sets

2.5.4 - 2020-09-27

Changed

  • #40 Disable PostStatementCommentSniff.Found

2.5.3 - 2020-09-25

  • #39 Bump rector/rector from 0.8.0 to 0.8.10

2.5.2 - 2020-09-22

Fixed

  • #38 Fix phpstan/phpstan ^0.12.43 requires unsupported nikic/php-parser 4.10.0

2.5.1 - 2020-09-16

Changed

  • #36 Skip UnaryOperatorSpacesFixer

2.5.0 - 2020-09-02

  • #33 Update slevomat/coding-standard from dev-master to ^6.4
  • #35 YAML to PHP
  • #34 Update dependency rector/rector to ^0.8.0

2.3.0 - 2020-08-21

Removed

  • #32 Remove Rector exclude_rectors config

2.2.2 - 2020-08-12

Added

  • #31 Add php-cs-fixer-risky set

2.2.1 - 2020-08-10

Changed

  • #30 Improve doc
  • #29 Support for phpdoc-parser 0.4.9

2.2.0 - 2020-08-06

  • #28 Suport for ecs 8.1.20

2.1.0 - 2020-08-06

Added

  • #27 Add conflict rule for rector 0.7.62 and ecs 8.1.20

2.0.5 - 2020-08-01

  • #26 Add conflict rule for rector

2.0.4 - 2020-08-01

Changed

  • #24 Configure Renovate
  • #25 Update rector/rector requirement from ^0.7.50 to ^0.7.50,<0.7.54

2.0.3 - 2020-07-30

Added

  • #22 Add changelog generator
  • #21 Add kodiak config
  • #20 Add ordered imports test

Changed

  • #23 Support for rector 0.7.55

2.0.1 - 2020-07-23

  • #19 Skip PSR12\Sniffs\Traits\UseDeclarationSniff.UseAfterBrace and UselessFunctionDocCommentSniff.UselessDocComment

2.0.0 - 2020-07-22

Added

  • #14 Added tentative support for composer 2

Changed

  • #17 switch YAML to PHP
  • #18 Enable prefer stable

Fixed

  • #13 Fix new conflict resolution

Changed

  • #15 Lock symplify/easy-coding-standard below 8.1.7

Removed

  • #7 Remove nikic/php-parser requirement

1.2.4 - 2020-07-06

Changed

  • #6 Bump rector/rector from 0.7.41 to 0.7.43

1.2.0 - 2020-07-03

  • #4 Bump rector/rector from 0.7.26 to 0.7.41

[1.1.0]

  • #3 Update symplify/easy-coding-standard requirement from ^7.2 to ^8.1
  • #2 Bump actions/cache from v1 to v2