- Update PHP dependencies
- Use composer update in travis build process to cover php5.6 requirements
- Update PHP dependencies
- fix PHP Notice during view render method, when not all class poperties are set
- code refacture required to work with php7 and new DocBlock Api
- update project dependecies
- recognise native php methods in class parser and include them in class documentation
- Add "void" if no return values available
- fix for formatting of multiple @throws tags
- feature: add links to methods for bitbucket server markdown
- bugfix: correct ivalid bitbucket syntax for method name that begins with
_
char
- change the look of class markdown: add information about interfaces and extended class, inherited method moved to separate section
- remove sortMethods config parameter from .phpdoc-md
- bugfix: fatal error when not supported markdown format given
- extend: Stash markdown basic support
- feature: sortMethods config param added