Releases: previousnext/coding-standard
Releases · previousnext/coding-standard
1.1.1
1.1.0
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
What's Changed
- Only build supported versions of php by @kimpepper in #79
- Remove spaces around strict_types by @acbramley in #77
New Contributors
- @kimpepper made their first contribution in #79
- @acbramley made their first contribution in #77
Full Changelog: 1.0.0...1.0.1
1.0.0
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
0.1.4
0.1.3
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
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
What's Changed
- Bump phpunit/phpunit from 9.5.27 to 9.5.28 by @dependabot in #16
- Bump phpstan/phpstan from 1.9.9 to 1.9.13 by @dependabot in #17
- Bump phpunit/phpunit from 9.5.28 to 9.6.3 by @dependabot in #24
- Bump phpstan/phpstan-strict-rules from 1.4.5 to 1.5.0 by @dependabot in #26
- Bump drupal/coder from 8.3.16 to 8.3.17 by @dependabot in #25
Full Changelog: 0.1.0...0.1.1
0.1.0
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
- @dpi made their first contribution in #4
- @dependabot made their first contribution in #1
Full Changelog: https://github.com/previousnext/coding-standard/commits/0.1.0