Skip to content

Releases: nette/tracy

Released version 2.10.7

29 Apr 10:34
@dg dg
Compare
Choose a tag to compare
  • bluescreen: added php://input preview
  • bluescreen: allows to create classes with two-letter namespace
  • bluescreen: stack trace is reduced before analysis
  • bar: label 'Errors' => 'Warnings'

Released version 2.10.6

31 Mar 17:05
@dg dg
Compare
Choose a tag to compare
  • info panel: added TS indicator & xdebug modes
  • Helpers::improveException() improved
  • js: unload replaced with pagehide #576

Released version 2.10.5

29 Sep 12:47
@dg dg
Compare
Choose a tag to compare
  • 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

Released version 2.9.8 (end of life)

25 Sep 10:41
@dg dg
Compare
Choose a tag to compare
  • 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

Released version 2.10.3

30 Jul 13:58
@dg dg
Compare
Choose a tag to compare
  • 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)

Released version 2.10.2

28 Mar 11:00
@dg dg
Compare
Choose a tag to compare
  • Exposer: recognizes virtual properties of native classes
  • Fixes native class dumping [Closes #558]

Released version 2.10.0

28 Feb 13:23
@dg dg
Compare
Choose a tag to compare
  • requires PHP 8.0
  • added PHP 8 typehints
  • BlueScreen: added support for sensitive markers /sensitive{/ and /}/ [Closes #426]
  • BlueScreen: added source to header
  • Dumper: added support for enum/flags properties
  • Debugger::timer: switch from microtime to hrtime
  • CSP: requires 'script-dynamic'
  • removed FireLogger (BC break)

Released version 2.9.7

28 Feb 13:07
@dg dg
Compare
Choose a tag to compare
  • bar.js: toggle & dumper now works in panel in new window #554
  • BlueScreen: added 'authorization' to keysToHide #365
  • Dumper: added support for sensitive values in PHP 8.2
  • dumper.js: highlights same instances in whole <tracy-div>
  • bar.js: window.TracyAutoRefresh = false works now
  • Info panel: better responsivity
  • open-editor: slash after action is optional

Released version 2.9.6

06 Feb 15:34
@dg dg
Compare
Choose a tag to compare
  • TracyExtension: sets $mailer only to Tracy\Logger #549
  • TracyExtension: compatibility with nette/di
  • added PascalCase constant aliases
  • dumper.js builds elements even if is called via Toggle.toggle()
  • bar.css: removed extra margin/padding for dumps

Released version 2.9.5

18 Nov 02:49
@dg dg
Compare
Choose a tag to compare
  • support for PHP 8.2
  • tableSort: sort using a natural order algorithm (#547)
  • BlueScreen: scroll to top when visible
  • BlueScreen: fixed initialization issues, added globalInit()
  • BlueScreen: toggler is visibile in quirks mode