Skip to content

v5.0.0

Compare
Choose a tag to compare
@williamdes williamdes released this 18 Jul 21:35
· 532 commits to main since this release
v5.0.0
f952902

Version 5.0.0

  • Forked the project
  • Removed all GIT tags
  • Migrated from TravisCI to GitHub actions
  • Improved README
  • Improved CHANGELOG
  • Moved tests to tests directory
  • Removed symfony/phpunit-bridge in favor of phpunit/phpunit
  • Removed blackfire testing
  • Updated composer.json
  • Move source files to src directory
  • Rename Sami to Doctum
  • Move the binary to bin/doctum.php
  • Add phpstan
  • Fix some issues reported by phpstan
  • Upgrade nikic/php-parser from ~3.0 to ~4.5
  • Upgrade twig/twig from ~2.0 to ~2.12
  • Apply some coding standard rules on the code-base
  • Add PHP constants visibility
  • Drop simulate_namespaces config option
  • #7 - Translate Doctum, thank you @Guileas
  • Support 'language' in the configuration block, available languages are ('fr' and 'en') for now, default 'en'.
  • #6 - Upgrade phpdocumentor/reflection-docblock from ~2.0 to ~5.1
  • Clean the .css .js vendor files
  • Re-build the font using https://fontello.com/
  • #4 - build a release process and phar bundling