Skip to content

Releases: voku/Simple-PHP-Code-Parser

0.14.0

23 Aug 00:00
Compare
Choose a tag to compare
  • "PhpCodeCheckerCommand" -> allow to exclude some files
  • optimize parallel execution (cpu cores === max parallel executions)
  • update vendor (phpdocumentor & better-reflection)

0.13.2

06 Aug 23:35
Compare
Choose a tag to compare
  • "PhpCodeParser" -> add "getFromClassName()"

0.13.1: Merge remote-tracking branch 'origin/master'

20 Jul 22:31
Compare
Choose a tag to compare
  • "PhpCodeParser" -> fix for inheritdoc comments

0.13.0: [+]: update vendor stuff

18 Jul 00:36
Compare
Choose a tag to compare

"PHPTrait" -> add support for "Trait"-files

0.12.0

04 Jul 23:30
Compare
Choose a tag to compare
  • "PhpCodeParser" -> fix cache key

  • "PhpCodeChecker" -> fix the autoloader parameter

0.11.0

17 Jun 23:25
Compare
Choose a tag to compare
  • "PHPInterface" -> fix recursion
  • "PhpCodeParser" -> analyse only ".php" files in the given path

0.10.0

17 Jun 22:28
Compare
Choose a tag to compare
  • "PhpCodeParser" -> ignore errors outside the current file-path-scope
  • "PhpCodeParser" -> use more generic autoloader logic
  • "PhpCodeChecker" -> fix more inheritdoc errors

0.9.0

16 Jun 07:32
Compare
Choose a tag to compare
  • "PhpCodeChecker" -> check wrong phpdocs from class properties
  • "PhpCodeParser" -> allow to exclude some files

0.8.0

15 Jun 23:25
Compare
Choose a tag to compare

Check for missing types and wrong phpdoc types.

simple-php-code-parser.phar php-code-checker [YOUR_PATH]

Quick and Dirty print your public API.

simple-php-code-parser.phar php-code-dump-api [YOUR_PATH]