- Enh #112: Improve resulting HTML of syntax highlighting in
EchoHandler
(@vjik)
- New #94: Add
dump
function (@xepozz) - New #95: Add
StreamHandler
andCompositeHandler
(@xepozz) - Enh #94: Add a middleware handler to control dumps' output destination (@xepozz)
- Enh #88: Remove leading spaces in closure dumps (@xepozz)
- Enh #89: Add individual dumps for
DateTime
andDateTimeImmutable
objects (@xepozz)
- Chg #81: Allow using yiisoft/arrays ^3.0 (@samdark)
- Enh #76: Add a variable type to output when it can't be exported more (@xepozz)
- Enh #74: Add support for integer property names (@xepozz)
- Enh #75: Add method
asPrimitives
that exports a variable like destructed json (@xepozz)
- New #64, #68: Add
VarDumper::asJson()
method that provide exporting value as JSON string (@dood-, @xepozz)
- Enh #59: Add
\Yiisoft\VarDumper\VarDumper::withOffset()
to adjust generated code nesting offset (@WinterSilence) - Enh #60: Add support for
yiisoft/arrays
version^2.0
(@vjik)
- Enh #54: Add support for exporting objects with closures (@yiiliveext)
- Bug #53: Fix
\Yiisoft\VarDumper\ClosureExporter::export()
method fail when exporting a static method call (@devanych)
- Bug #51: Add a line break in the
d()
anddd()
functions for highlight mode (@devanych)
- Bug #50: Fix the issue of exporting closures with use long namespace under PHP 7.4 (@devanych)
- Bug #49: Fix the issue of exporting closures when using PHP 8 (@devanych)
- Bug #48: Remove the unused
objects
property from the\Yiisoft\VarDumper\VarDumper
class. (@devanych)
Initial release.