Skip to content

Releases: InteractionDesignFoundation/coding-standard

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

0.3.1

31 Jan 12:38
721c5d9

Choose a tag to compare

What's Changed

  • Improve comment in RequireCustomAbortMessageSniff by @szepeviktor in #17
  • Resolve conflict for multi-line closure param list @alies-dev
  • Require parentheses for new() calls (even for anon. classes) @alies-dev
  • Ignore FullyQualifiedClassNameInAnnotation for phpstan-type @alies-dev

Full Changelog: 0.3.0...0.3.1

0.3.0

05 Aug 12:32
7294f3c

Choose a tag to compare

What's changed:

  • Set zero spaces after fn keyword to follow PER-CS2.0 @alies-dev
  • Add a shared config for PHP Coding Standards Fixer @alies-dev
  • PHPCS: Add ray to the list of forbiddenFunctions @alies-dev
  • Bump dependencies @alies-dev

Full Changelog: 0.2.3...0.3.0