v1.3.0 - 2021-07-22
- Deprecated
service('highlighter')
in favor for KISS principle, use utilities from Highlight.php instead.
v1.2.4 - 2021-07-19
- Fix variable type.
v1.2.3 - 2021-07-17
- Fix composer.
v1.2.2 - 2021-07-17
- Missing return value.
v1.2.1 - 2021-07-15
- Fix Composer file. Fix docs
v1.2.0 - 2021-07-15
- New service
service('highlighter')
.See here for usage.
$dbCsspath
. Use pre-installed CSS themes only.app/Config/DebugToolbar
. Useapp/Config/Toolbar.php
instead for configuration.
- Use
$sqlCssTheme
property instead of$dbCss
- Use CSS theme
name
instead of CSS themefile
. (Now WITHOUT .css extension). - Use
light
instead ofdefault
key for$sqlCssTheme
.
v1.1.4 - 2021-07-10
- Default CSS theme from
dracula.css
todefault.css
v1.1.3 - 2021-07-10
$dbCssFolder
variable to$dbCsspath
in app\Config\DebugToolbar.php
v1.1.2 - 2021-09-09
- Documentations
v1.1.1 - 2021-09-09
- Added CLI Command
debugtoolbar:database
for easy setup method.
v1.0.2-beta - 2021-07-08
- New configuration ability using app\Config\DebugToolbar.php
v1.0.0 - 2021-07-04
- Initial release