All Versions
31
Latest Version
Avg Release Cycle
130 days
Latest Release
40 days ago

Changelog History
Page 2

  • v2.10.6 Changes

    March 31, 2024
    • info panel: added TS indicator & xdebug modes
    • Helpers::improveException() improved
    • js: unload replaced with pagehide #576
  • v2.10.5 Changes

    September 29, 2023
    • ๐Ÿšš code highlighting moved to CodeHighlighter, implemented own PHP syntax highlighter
    • css: unified spaces to --tracy-space & top margin
    • ๐Ÿ‘ Dumper: added WeakMap support, improved SplObjectStorage & ArrayObject dump
    • ๐Ÿ›  BlueScreen: fixed highlighted line in CLI
    • is_file may trigger error #572
    • table-sort.js: distinguishes a click from a selection
    • Helprs::utf8Length() uses mbstring, iconv and then utf8_decode
    • constants are PascalCase
  • v2.10.3 Changes

    July 30, 2023
    • ๐Ÿ‘Œ support for PHP 8.3
    • Debugger:barDump(): pass Debugger::$maxItems option to Dumper (#563)
    • ๐Ÿ‘ฏ Dumper: clones Ds\Collection (#561)
    • bluescreen: checks if $_SERVER['argv'] is set (#568)
    • MailSender: host is taken from nette/http (#566)
  • v2.10.2 Changes

    March 28, 2023
    • ๐Ÿ”ฆ Exposer: recognizes virtual properties of native classes
    • ๐Ÿ›  Fixes native class dumping [Closes #558]
  • v2.9.8 Changes

    September 25, 2023
    • BlueScreen: highlightLine() produces extra </code>
    • is_file may trigger error #572
    • table-sort.js: distinguishes a click from a selection
    • Debugger:barDump(): pass Debugger::$maxItems option to Dumper (#563)
    • ๐Ÿ‘ฏ Dumper: clones Ds\Collection (#561)
    • bluescreen: checks if $_SERVER['argv'] is set (#568)
    • create-phar: attributes are not considered comments in PHP 7 #562
  • v2.7.6 Changes

    November 02, 2020
    • compatible with PHP 8.0
    • Bar: added info about JIT (#440)
    • BlueScreen: phpinfo() returns text in CLI #444
    • 0๏ธโƒฃ BlueScreen: Allow to hide environment section by default (#438)
    • bluescreen.css: improved editor links color & background #443
    • BlueScreen: unified listing of hidden keys #441
    • Helpers::getSuggestion: item may be an int, type cast fix
    • โ†ช Debugger: workaround for PHP bug #80234
    • TableSort: order can be specified by attribute data-order #442
    • ๐Ÿ›  BlueScreen: fixed error when file not exists #428
    • ๐Ÿ›  bar.js: fixed escaping
    • ๐Ÿ›  Dumper: fixed strict type #422

    For the details you can have a look at the diff.

  • v2.7.5 Changes

    May 17, 2020
    • bar: sends content in UTF-8
    • bar.js: fetch checks Response (#420)
    • bar: escapes <!-- in <script>#421
    • ๐Ÿ‘ Dumper: supports closed resource
    • ๐Ÿ›  bar: fixed table sort after 193740e
    • Toggle: detects mouse click vs drag
    • Dumper: class names are selectable
    • Debugger: disables zend.exception_ignore_args #415
    • .phpstorm.meta: added exit point
    • โช Revert "Info panel: Add server name by IP (#401)" #416 #417

    For the details you can have a look at the diff.

  • v2.7.4 Changes

    April 11, 2020
    • BlueScreen::formatMessage() clickable methods & files
    • BlueScreen::highlightPhp() removed part of code after __halt_compiler()
    • โช Revert "Dumper: changed detection of recursive arrays, marker changed to strict comparison"
    • Debugger::exceptionHandler() evaluates template in closure
    • Debugger::exceptionHandler() sends Content-Type only when needed
    • Logger & MailSender: replaced HTTP_HOST with SERVER_NAME #309
    • ๐Ÿ‘ TableSort: better support for thead #348
    • ๐Ÿ›  Helpers::guessClassFile() fixed
    • BlueScreen: do not show Enviroment on 'Allowed memory size of *** bytes exhausted'
    • ๐Ÿ”จ BlueScreen: refactoring, added formatMessage()
    • ๐Ÿ›  TracyExtension: fixed config schema #409
    • Dumper: quotes keys true|false|null
    • ๐Ÿ‘ Info panel: Better detection server IP and server name. (#406)

    For the details you can have a look at the diff.

  • v2.7.3 Changes

    February 23, 2020
    • Info panel: Add server name by IP (#401)
    • Bluescreen: opens link to new window (#400)
    • TracyExtension: uses $initialization
    • ๐Ÿ›  dumper.js: fixed detection of recursion
    • ๐Ÿ‘ป BlueScreen: clickable classes in exception message
    • ๐Ÿ‘ bar.css: better hiding of panel icons
    • TracyExtension: email accept array (#395)
    • ๐Ÿ“š readme: synced with documentation

    For the details you can have a look at the diff.

  • v2.7.2 Changes

    December 15, 2019
    • Bar: added info [redirect|ajax] to panel headers
    • bar.js: stopImmediatePropagation after opening/closing tab
    • ๐Ÿ›  Debugger: fixed compatibility with PHP 7.4
    • Debugger: implemented support for E_COMPILE_WARNING
    • Debugger::errorHandler correctly fill-in error_get_last() when $logSeverity is used
    • ๐Ÿ”จ refactoring, removed parameter $exit from exceptionHandler()
    • ๐ŸŒฒ Debugger::exceptionHandler() when connection is aborted, log exception
    • FireLogger: added space in header
    • ๐Ÿ›  content.phtml: fixed headers in format 'A:B'
    • 0๏ธโƒฃ TracyExtension: editorMapping is null by default (#393)
    • Safe output capturing via Helpers::capture()

    For the details you can have a look at the diff.