Skip to content

Releases: ongr-archive/ongr-strict-standard

v2.1.2

19 Jun 11:21
Compare
Choose a tag to compare
  • Added exception to doc comment alignment. #117

v2.1.1

21 Apr 13:37
Compare
Choose a tag to compare

Release changes

  • Fixed @depracated tag check #104
  • Removed the possibility to split string in array #106

v2.1.0

20 Apr 10:28
Compare
Choose a tag to compare

Release changes

  • Fixed block comment sniff #78
  • Added possibility to split string in array into multiple lines. #89
  • Added return comment validation. #88
  • Added check of abstract class prefix and trait suffix. #92
  • Added auto-fixing for return comments. #91
  • Added possibility to split string in array into multiple lines. #89
  • Checks whitespaces around switch condition #95
  • Added space after not operator checker #100

v2.0.0

04 Mar 12:58
Compare
Choose a tag to compare

CHANGES:

  • Added codesniffer ~2.0 support

v1.0.0

22 Jan 13:47
Compare
Choose a tag to compare
  • Improved documentation only

v1.0.0-beta.8

20 Jan 16:33
Compare
Choose a tag to compare
v1.0.0-beta.8 Pre-release
Pre-release
  • Allow assignments inside if conditions: #52

v1.0.0-beta.7

19 Dec 13:38
Compare
Choose a tag to compare
v1.0.0-beta.7 Pre-release
Pre-release

Fixes and changes:

  • Fixed bad comma detection at the end of the line. #32
  • Standard now has tests. #36, #37
  • Changed PHP and CodeSniffer version requirements.
  • Checking for extra white spaces at the end of lines in comments. #39
  • Checking for extra white spaces at the beginning of short and long comments. #38
  • Field name now must be omitted i class field documentation. #46

v1.0.0-beta.5

09 Dec 16:13
Compare
Choose a tag to compare
v1.0.0-beta.5 Pre-release
Pre-release

Reverting due to bug #32.

v1.0.0-beta.4

09 Dec 15:44
Compare
Choose a tag to compare
v1.0.0-beta.4 Pre-release
Pre-release

Fixes and changes:

  • Code now follows own standart. #11
  • Comments after closing bracket no longer allowed. #17
  • Fixed enforcing of comma in multi-line array with nested array. #23
  • Better error message for variable comments. #20

v1.0.0-beta.6

09 Dec 16:35
Compare
Choose a tag to compare
v1.0.0-beta.6 Pre-release
Pre-release

Reverting due to bug #32.