Skip to content

Released version 2.8.1

Compare
Choose a tag to compare
@dg dg released this 01 Jan 22:26
· 272 commits to master since this release
  • Toggle: Alt-click to toggle all child nodes recursively
  • Dumper: fixed string coloring in CLI
  • Dumper: added guide lines for multiline strings [Closes #453]
  • Dumper: color differentiation of quotation marks around strings
  • Dumper: added togglers for multiline strings
  • Dumper: indentation lines in arrays are visible when value is multiline strings
  • BlueScreen: changed $maxDepth to 5, added $snapshot to keysToHide
  • Dumper: keysToHide can contain class names, ie 'Class::$proName'
  • Dumper: declaring class name passed to scrubber; also ignores special types
  • Dumper: fixed displaying of too big integers in JS [Closes #454]
  • Dumper: removed last \n from strings
  • Dumper: render tab as 4 spaces
  • Helpers: workaround for PHP 8.0.0 bug #80564
  • Helpers: xdebug_get_function_stack() may trigger warning
  • TracyExtension: added $keyToHide
  • TracyExtension: fixed compatibility with nette/di < 3.0.3