Releases: gomoob/grunt-phpdocumentor
Releases · gomoob/grunt-phpdocumentor
0.4.1
- Fix a documentation problem, the
options
object was not used in the configuration sample. - Document the use of the
command
option - Describe how to use the plugin with Task Level options
- Describe how to use the plugin with multiple phpdocumentor targets
- Implement unit tests to run all the phpDocumentor commands (except the
transform
andproject:transform
commands
0.4.0
- BREAKING CHANGE : The
bin
option has been deleted because it was not portable. - A new
phar
option is available, this option allow to provide a custom phpDocumentor PHAR file or to use thephpdoc
executable installed with PEAR - Now the plugin checks if PHP is available in CLI mode before running phpDocumentor
- Begin to support the execution of the
help
,parse
,project:parse
,transform
,project:transform
,list
,template:list
commands. - Upgrade the integrated PHAR file to
phpDocumentor 2.2.0
- Improves the unit tests and run them on the GoMoob Jenkins server to prevent regressions
- Add lot of comments in source code