Skip to content

Latest commit

 

History

History
86 lines (43 loc) · 2.22 KB

CHANGELOG.md

File metadata and controls

86 lines (43 loc) · 2.22 KB

Changelog

v1.3.0 - 2021-07-22

Deprecations

  • Deprecated service('highlighter') in favor for KISS principle, use utilities from Highlight.php instead.

v1.2.4 - 2021-07-19

Bug Fixed

  • Fix variable type.

v1.2.3 - 2021-07-17

Bug Fixed

  • Fix composer.

v1.2.2 - 2021-07-17

Bug Fixed

  • Missing return value.

v1.2.1 - 2021-07-15

  • Fix Composer file. Fix docs

v1.2.0 - 2021-07-15

Enhancement

  • New service service('highlighter'). See here for usage.

Removed

  • $dbCsspath. Use pre-installed CSS themes only.
  • app/Config/DebugToolbar. Use app/Config/Toolbar.php instead for configuration.

Changed

  • Use $sqlCssTheme property instead of $dbCss
  • Use CSS theme name instead of CSS theme file. (Now WITHOUT .css extension).
  • Use light instead of default key for $sqlCssTheme.

v1.1.4 - 2021-07-10

Changed

  • Default CSS theme from dracula.css to default.css

v1.1.3 - 2021-07-10

Changed

  • $dbCssFolder variable to $dbCsspath in app\Config\DebugToolbar.php

v1.1.2 - 2021-09-09

Changed

  • Documentations

v1.1.1 - 2021-09-09

Enhancement

  • Added CLI Command debugtoolbar:database for easy setup method.

v1.0.2-beta - 2021-07-08

Enhancement

  • New configuration ability using app\Config\DebugToolbar.php

v1.0.0 - 2021-07-04

Added

  • Initial release