Skip to content

Releases: spiral/code-style

v2.3.1

06 Oct 17:25
a0407ff

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.0...v2.3.1

v2.3.0

28 Aug 07:11
d9742a5

Choose a tag to compare

What was changed

  • Replaced php-cs-fixer with php-cs-fixer/shim

Full Changelog: v2.2.2...v2.3.0

v2.2.2

24 Jan 07:32
3803c38

Choose a tag to compare

What's Changed

Full Changelog: v2.2.1...v2.2.2

v2.2.1

07 Dec 20:58
e1372d8

Choose a tag to compare

What's Changed

  • Fix PHP 8.4 deprecation related with nullable types in params by @SharkyKZ in #11

New Contributors

Full Changelog: v2.2.0...v2.2.1

v2.2.0

23 Oct 14:16
672d982

Choose a tag to compare

What was changed

  • Added support for PHP 8.0
  • Added a few rules about cleaning phpdocs
  • Added rule remove_inheritdoc

Full Changelog: v2.1.2...v2.2.0

v2.1.2

18 Sep 15:09
138c50c

Choose a tag to compare

Rules: fix attributes placement in methods
method_argument_space.attribute_placement = ignore

Full Changelog: v2.1.1...v2.1.2

v2.1.1

18 Sep 14:40
d9be18e

Choose a tag to compare

Fix: split risky and non-risky rules in the default ruleset

Full Changelog: v2.1.0...v2.1.1

v2.1.0

18 Sep 11:42
4ef124a

Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.1.0

v2.0.0

18 Sep 09:15
d7124b4

Choose a tag to compare

What's Changed

  • Added CS Fixer config builder with a preset based on PER-2
  • Removed console commands
  • Removed CodeSniffer support

New Contributors

Full Changelog: v1.1.0...v2.0.0

v1.1.0

30 Jan 08:53
4a06e64

Choose a tag to compare

What's Changed

  • Added ability to ignore patch to check CS by @butschster in #4
  • Up version of php-cs-fixer (for support php 8.1) by @butschster in #7

Full Changelog: v1.0.6...v1.1.0