Skip to content

v5.2.0

Compare
Choose a tag to compare
@williamdes williamdes released this 29 Nov 21:54
· 457 commits to main since this release
v5.2.0
8d68b98

Version 5.2.0

  • 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