Skip to content

Latest commit

 

History

History
201 lines (100 loc) · 9.6 KB

CHANGELOG.md

File metadata and controls

201 lines (100 loc) · 9.6 KB

Change Log

2.1.1 (2015-06-04)

Full Changelog

Fixed bugs:

  • [BUG] Replace 5.5. array syntax with 5.3 compatible one #74

2.1.0 (2015-06-14)

Full Changelog

Implemented enhancements:

  • [FEATURE] Updated composer dependencies

Fixed bugs:

  • [BUG] Undefined index: scope_opener #73

2.0.1 (2015-06-04)

Full Changelog

Fixed bugs:

  • [BUG] Bugfix the broken checks #31

2.0.0 (2015-05-03)

Full Changelog

Implemented enhancements:

  • [FEATURE] Add an Whitespace.IncDecrementSniff #61

  • [FEATURE] ValidCommentLineLengthSniff override maxCommentLength #59

  • [CLEANUP] Format the sniffs to PHPCS coding guidelines. #57

  • [TASK] Refactor TYPO3SniffPool_Sniffs_ControlStructures_SwitchDeclarationSniff #55

  • [FEATURE] Adjust DisallowSpaceIndentSniff to the new commenting tokenizer #42

  • [FEATURE] Adjust AsteriksWhitespace to the new commenting tokenizer #41

  • [FEATURE] Adjust AlwaysReturnSniff to the new comment tokenizer #40

  • [FEATURE] Adjust ValidCommentLineLength to the new commenting tokenizer #39

  • [FEATURE] Adjust FunctionDocComment to the new commenting tokenizer #38

  • [FEATURE] Adjust the NoAuthorAnnotationInFunctionDocCommentSniff to the new commenting tokenizer #37

  • [FEATURE] Adjust TYPO3SniffPool.Commenting.ClassDocComment to the new header format. #18

Fixed bugs:

  • [BUG] False positive for @author tags in classes #58

  • [BUG] Redundant check for valid break statements in switch structures #56

  • [BUGFIX] Detection of line start in NoAuthorAnnotationInFunctionDocCommentSniff breaks code fixer #52

  • [BUG] PHPStorm integration shows @return void "error" only once per file #49

  • [BUG] Negative number parsed as arithemtic operation #47

  • [BUG] Check for default switch case is redunant #46

Closed issues:

  • Checking has been aborted #54

  • [CLEANUP] Remove PHP closing tag from test files. #68

  • [CLEANUP] Adjust my mail address in class comment :-) #67

  • [CLEANUP] Adjust @package to reflect the name of the package. #66

  • [CLEANUP] Remove the TYPO3 version comment from class comment #65

  • [CLEANUP] Remove the @version annotation from sniff files #64

  • [CLEANUP] Rename FunctionDocCommentSniff into FunctionCommentSniff #63

  • [TASK] Check the code style of the sniffs against PHPCS standard on Travis-CI #51

  • [TASK] Remove WhiteSpace.AsteriksWhitespacesSniff #48

  • [TASK] Remove the PEAR installation from README #45

  • [TASK] Rename WhiteSpace/AsteriksWhitespacesSniff #44

  • [TASK] Replace old class names like t3lib_div #23

Merged pull requests:

1.0.1 (2015-01-23)

Full Changelog

Implemented enhancements:

  • Generate / Create documentation of every sniff #25

Closed issues:

  • Update composer file to the github url and wiki #43

1.0.0 (2014-09-03)

Full Changelog

Implemented enhancements:

  • Migrate the wiki from Forge to Github #22

  • Rework .travis.yml to run on hhvm as well #21

  • Remove references to PEAR #20

  • Create a chapter about "Contribution" #19

  • ValidVariableNameSniff.php raises Deprecation Error in PHP 5.5 #15

  • Improve the check for non class files #13

  • Adjust the @link annotation to github in every file #9

  • Add a sniff to check for the correct file extension #7

  • Add the class keyword "traits" to the LowercaseClassKeywordSniff #6

Fixed bugs:

  • AlwaysReturnSniff does not respect @return void of outer function with anonymous function #26

  • At some systems FilenameSniff returns a number instead of the filename #12

  • FilenameSniff crashes if he encounter a file w/o a class #11

Closed issues:

  • Add documentation for AssignmentArithmeticAndComparisonSpaceSniff #5

Merged pull requests:

1.0.0-alpha (2013-11-08)

Full Changelog

Merged pull requests:

  • Make ruleset installable into composer project by using simplyadmire/composer-plugins #4 (radmiraal)

  • Make sniff pool installable using composer #3 (kdambekalns)

0.0.6 (2013-05-04)

Full Changelog

0.0.5 (2013-04-30)

Full Changelog

Merged pull requests:

0.0.4 (2012-09-21)

Full Changelog

0.0.3 (2011-01-14)

Full Changelog

0.0.2 (2010-12-14)

* This Change Log was automatically generated by github_changelog_generator