Skip to content

Releases: gomoob/grunt-phpdocumentor

0.4.1

01 Feb 17:35
Compare
Choose a tag to compare
  • 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 and project:transform commands

0.4.0

28 Jan 20:24
Compare
Choose a tag to compare
  • 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 the phpdoc 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