Doctum, a PHP API documentation generator. Fork of Sami v5.2.0 Release Notes

Release Date: 2020-11-29 // over 3 years ago
    • Support custom composer vendor autoload files using the ENV "DOCTUM_COMPOSER_AUTOLOAD_FILE"
    • โž• Add function reflection & doc section in Namespace (#12)
    • ๐Ÿ”จ Refactor and improve the progress bar
    • โž• Add CLI --output-format option that supports a lot of formats: raw, rawtext, table, checkstyle, json, junit, prettyJson, gitlab, github, teamcity
    • โž• Add CLI --no-progress to disable progress bars but keep output
    • ๐Ÿ›  Fixed --no-ansi not displaying text
    • RENDER_PROGRESS callback takes $this->step, $this->steps instead of $this->getProgression() for users hacking the tool
    • ๐Ÿ“œ PARSE_CLASS callback uses $this->step, $this->steps instead of the calculated progression
    • ๐Ÿ’… Most error reports are sent to stderr now, you can use --no-progress --output-format=checkstyle 2> checkstyle.xml
    • โž• Add new dependency code-lts/cli-tools