8000 Release 0.1.3 · tamdaz/doc2html · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

0.1.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@tamdaz tamdaz released this 26 Jul 09:12
· 29 commits to main since this release

Warning

This library is in development phase, it's not yet competely finished.

Full Changelog: 0.1.2...0.1.3

Additions

  • Add issue templates to allow contributors to describe problems encountered with this tool and ask questions.
  • Add DOMRenderer class that allows to easily create elements.
  • Add TagType enum.
  • Add DOMRendererTest and LoggerOutputTest class.
  • Add background colors based on the scope of each method.
    • Green is public.
    • Yellow is protected.
    • Red is private.

Changes

  • All scripts ('support', 'analyze' and 'test') are moved to composer.json in the scripts part.
  • Replace DocumentationRenderer::renderListOfNamespaces() by DocumentationRenderer::renderGroupedClassesByNamespaces() method.
  • Timer has been added in Classmap class.
  • Update documentations in Config and Examples\PersonExample class.
  • Fix CSS.

Deletions

  • Delete Makefile.
0