Skip to content

Releases: InteractionDesignFoundation/coding-standard

0.6.5

15 Jan 09:17

Choose a tag to compare

What's changed:

  • Refine no_trailing_comma_in_singleline rule to specify elements @alies-dev

Full Changelog: 0.6.4...0.6.5

0.6.4

13 Jan 10:44

Choose a tag to compare

What's Changed

  • Exclude PSR2.Classes.ClassDeclaration.OpenBraceNewLine that conflicts with PHP-CS-Fixer's single_line_empty_body from PER2x0 @alies-dev

Full Changelog: 0.6.3...0.6.4

0.6.3

24 Nov 09:26

Choose a tag to compare

What's new:

Full Changelog: 0.6.2...0.6.3

0.6.2

14 Nov 08:58
8b9e9c1

Choose a tag to compare

What's changed:

  • Update composer dependencies @alies-dev
  • Disable Generic.CodeAnalysis.UnusedFunctionParameter sniff @alies-dev
  • Disable SlevomatCodingStandard.Functions.DisallowNamedArguments sniff @alies-dev
  • Run tests over PHP 8.5 @alies-dev

Full Changelog: 0.6.1...0.6.2

0.6.1

08 Oct 19:22

Choose a tag to compare

What's changed

  • Allow using $this in traversable PHPDoc types to avoid conflicts with Larastan when write types for Laravel relationships (where Larastan requires using $this keyword instead of the Model's classname) @alies-dev

Requires using fork for the slevomat/coding-standard till PR slevomat/coding-standard#1802 will be merged and released ("repositories" key of the composer.json):

  {
         "type": "vcs",
         "url": "https://github.com/alies-dev/slevomat-coding-standard"
     },

Full Changelog: 0.6.0...0.6.1

0.6.0

24 Sep 23:13

Choose a tag to compare

What's changed

  • Update PHP-CS-Fixer rules to use PER-CS 3.0 ruleset @alies-dev

Full Changelog: 0.5.0...0.6.0

0.5.0

17 Sep 10:13
f7f1514

Choose a tag to compare

What's Changed

Full Changelog: 0.4.0...0.5.0

0.4.0

11 Sep 16:11

Choose a tag to compare

What's changed:

  • Support checking view file existence for @includeFirst, @componentFirst, @each Blade directives (req. changes in sniff config) @alies-dev
  • Fix NonExistingBladeTemplate to work with PHP 8.4 @alies-dev

0.3.3

23 Jun 10:30

Choose a tag to compare

What's new

Full Changelog: 0.3.2...0.3.3

0.3.2

23 Jun 10:27

Choose a tag to compare

What's Changed

  • Bump dependencies, do not use deprecated sniffs @alies-dev

Full Changelog: 0.3.1...0.3.2