Releases: gomoob/grunt-phpdocumentor
Releases · gomoob/grunt-phpdocumentor
0.4.1
- Fix a documentation problem, the
optionsobject was not used in the configuration sample. - Document the use of the
commandoption - 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
transformandproject:transformcommands
0.4.0
- BREAKING CHANGE : The
binoption has been deleted because it was not portable. - A new
pharoption is available, this option allow to provide a custom phpDocumentor PHAR file or to use thephpdocexecutable 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:listcommands. - 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