Skip to content

Releases: roslov/psr12ext

11.0.0

12 Apr 13:51
Compare
Choose a tag to compare

What's Changed

  • Ensured there are single spaces only around equal signs by @roslov in #48
  • Added duplicate space checking anywhere by @roslov in #49
  • Improved ignorance of new symbol declaration and logic execution with side effects in the same file by @roslov in #50

Full Changelog: 10.0.1...11.0.0

10.0.1

11 Apr 12:26
Compare
Choose a tag to compare

What's Changed

  • Updated README.md by @roslov in #45
  • Fixed spacing between different types of use by @roslov in #46

Full Changelog: 10.0.0...10.0.1

10.0.0

07 Apr 11:02
Compare
Choose a tag to compare

What's Changed

  • Added .gitattributes by @roslov in #38
  • Added .editorconfig by @roslov in #39
  • Allowed indentation for ternaries and multiline strings by @roslov in #40
  • Added SlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly by @roslov in #42
  • Added SlevomatCodingStandard.Attributes.AttributesOrder by @roslov in #43
  • Upgraded Slevomat Coding Standard to 8.15 by @roslov in #44

Full Changelog: 9.1.0...10.0.0

9.1.0

20 Feb 13:42
Compare
Choose a tag to compare

What's Changed

  • Added "dev" keyword to composer.json to suggest package to require-dev section by @roslov in #32
  • Improved scope indentation by @roslov in #33
  • Fixed license in composer.json by @roslov in #34

Full Changelog: 9.0.1...9.1.0

9.0.1

01 Dec 21:35
Compare
Choose a tag to compare

What's Changed

  • Removed unnecessary dependency by @roslov in #28

Full Changelog: 9.0.0...9.0.1

9.0.0

12 Feb 14:41
Compare
Choose a tag to compare

What's Changed

  • Added attribute, enum, length, cognitive and other sniffs by @roslov in #26
    • SlevomatCodingStandard.Attributes.AttributeAndTargetSpacing
    • SlevomatCodingStandard.Attributes.DisallowAttributesJoining
    • SlevomatCodingStandard.Attributes.DisallowMultipleAttributesPerLine
    • SlevomatCodingStandard.Attributes.RequireAttributeAfterDocComment
    • SlevomatCodingStandard.Classes.BackedEnumTypeSpacing
    • SlevomatCodingStandard.Classes.ClassLength
    • SlevomatCodingStandard.Complexity.Cognitive
    • SlevomatCodingStandard.Files.FileLength
    • SlevomatCodingStandard.PHP.RequireExplicitAssertion

Full Changelog: 8.0.0...9.0.0

8.0.0

17 Jun 15:06
Compare
Choose a tag to compare

What's Changed

  • Upgraded Slevomat Coding Standard to 8.0. Upgraded PHP Code Sniffer to 3.7 by @roslov in #24

Full Changelog: 7.0.0...8.0.0

7.0.0

16 May 19:38
Compare
Choose a tag to compare
  • Added SlevomatCodingStandard.Classes.RequireAbstractOrFinal
  • Increased minimal PHP version to 7.2
  • Upgraded Slevomat Coding Standard to v7.2.0

6.0.0

18 Nov 21:39
Compare
Choose a tag to compare

Enabled SlevomatCodingStandard.Namespaces.UnusedUses.UnusedUse

Removed `SlevomatCodingStandard.Classes.TraitUseDeclaration`

31 Oct 12:33
Compare
Choose a tag to compare
5.1.0

Removed `SlevomatCodingStandard.Classes.TraitUseDeclaration`