You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Updated examples for cgi and cli output.
- Renamed RendererAbstract.php to MainRendererAbstract.php.
- Added default options to the abstract main Renderer.
- Change: Custom options which where set before wil not be lost when
setting new options.
- Added a main renderer so custom (sub)renderers are easier to create.
- Added a sub-renderer interface.
- Merged HtmlArray.php into MainRenderer.php.
- Updated HTML renderers so they act as a sub renderer of the new main
renderer.
- Updated existing text renderers so they make use of the renamed
abstract renderer.
- Added Unified CLI text renderer.
- Renamed HtmlArrayTest.php to MainRenderersTest.php.
- Updated MainRenderersTest to be compatible with the main renderer.
- Added a PHPUnit test and resource for InlineCli.
- Changed collapsed block from inline to block element for the HTML
unified renderer.
- Update PHPUnit resource to reflect above change.
- Renamed PHPUnit resource of unified CLI text renderer to reflect other
resource names.
0 commit comments