0.1.3
Pre-release
Pre-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
andLoggerOutputTest
class. - Add background colors based on the scope of each method.
- Green is
public
. - Yellow is
protected
. - Red is
private
.
- Green is
Changes
- All scripts ('support', 'analyze' and 'test') are moved to composer.json in the
scripts
part. - Replace
DocumentationRenderer::renderListOfNamespaces()
byDocumentationRenderer::renderGroupedClassesByNamespaces()
method. - Timer has been added in
Classmap
class. - Update documentations in
Config
andExamples\PersonExample
class. - Fix CSS.
Deletions
- Delete
Makefile
.