Skip to content

Releases: previousnext/coding-standard

1.1.0

04 Jun 11:06
@dpi dpi
19ca952
Compare
Choose a tag to compare

What's Changed

  • 🐛 Fix bugs introduced by drupal/coder 8.3.24 by @dpi in #82
  • ✨ Add SlevomatCodingStandard.Functions.StaticClosure by @dpi in #81
  • ✨ Add SlevomatCodingStandard.Commenting.UselessInheritDocComment by @dpi in #83
  • ✨ Add SlevomatCodingStandard.ControlStructures.RequireNullSafeObjectOperator by @dpi in #84
  • Require fully qualified global functions. by @kimpepper in #69

Full Changelog: 1.0.1...1.1.0

1.0.1

05 Feb 02:48
c24fdce
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.0...1.0.1

1.0.0

23 Nov 04:57
@dpi dpi
8fd73ba
Compare
Choose a tag to compare

This release is identical to 0.2.0

This v1 is necessary as pre-1 versions did not receive upgrades with caret constraints per https://getcomposer.org/doc/articles/versions.md#caret-version-range-

0.2.0

21 Nov 05:38
@dpi dpi
8fd73ba
Compare
Choose a tag to compare

What's Changed

  • ✨ Require multiline constructor parameters and trailing comma by @dpi in #75

Full Changelog: 0.1.4...0.2.0

0.1.4

20 Oct 06:50
@dpi dpi
5028dd1
Compare
Choose a tag to compare

What's Changed

  • ✨ Restore SlevomatCodingStandard.TypeHints.ReturnTypeHint.UselessAnnotation (#53) by @dpi in #74

Full Changelog: 0.1.3...0.1.4

0.1.3

20 Oct 06:50
@dpi dpi
a4d68e3
Compare
Choose a tag to compare

What's Changed

  • Bump slevomat/coding-standard from 8.8.0 to 8.12.1 by @dependabot in #51
  • Bump phpstan/phpstan-strict-rules from 1.5.0 to 1.5.1 by @dependabot in #39
  • ✨ Disable SlevomatCodingStandard.TypeHints.ReturnTypeHint.UselessAnnotation by @dpi in #52

Full Changelog: 0.1.2...0.1.3

0.1.2

02 Mar 02:08
@dpi dpi
d771edc
Compare
Choose a tag to compare

What's Changed

  • Bump dealerdirect/phpcodesniffer-composer-installer from 0.7.2 to 1.0.0 by @dependabot in #32
  • Bump phpunit/phpunit from 9.6.3 to 9.6.4 by @dependabot in #31
  • Bump phpstan/phpstan-deprecation-rules from 1.1.1 to 1.1.2 by @dependabot in #30
  • Bump phpstan/phpstan from 1.10.1 to 1.10.3 by @dependabot in #29

Full Changelog: 0.1.1...0.1.2

0.1.1

23 Feb 02:52
@dpi dpi
46a1b23
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.0...0.1.1

0.1.0

12 Jan 10:13
@dpi dpi
eedef4a
Compare
Choose a tag to compare

What's Changed

  • ✨ Add PSR2.Methods.FunctionClosingBrace.SpacingBeforeClose by @dpi in #4
  • ✨ Add SlevomatCodingStandard.Classes.ClassStructure by @dpi in #5
  • ✨ Add SlevomatCodingStandard.Functions.UnusedInheritedVariablePassedToClosure by @dpi in #7
  • ✨ Add SlevomatCodingStandard.Functions.RequireTrailingCommaInCall by @dpi in #6
  • ✨ Add SlevomatCodingStandard.Namespaces.AlphabeticallySortedUses by @dpi in #8
  • ✨ Add SlevomatCodingStandard.TypeHints.DeclareStrictTypes by @dpi in #9
  • Bump phpstan/phpstan-strict-rules from 1.4.4 to 1.4.5 by @dependabot in #1
  • Bump phpstan/phpstan from 1.9.4 to 1.9.9 by @dependabot in #2
  • Bump slevomat/coding-standard from 8.7.1 to 8.8.0 by @dependabot in #3
  • ✨ Add SlevomatCodingStandard.TypeHints.ReturnTypeHint by @dpi in #10
  • ✨ Add SlevomatCodingStandard.TypeHints.ReturnTypeHintSpacing by @dpi in #11
  • ✨ Add Squiz.PHP.NonExecutableCode.Unreachable by @dpi in #12
  • ✨ Add Squiz.WhiteSpace.FunctionOpeningBraceSpace.SpacingAfter by @dpi in #13
  • ✅ Ignore Drupal Coder rules tests by @dpi in #14
  • 📝 Updated documentation with style by @dpi in #15

New Contributors

Full Changelog: https://github.com/previousnext/coding-standard/commits/0.1.0