Skip to content

Releases: mmucklo/krumo

v0.7.2

19 Aug 18:54
Compare
Choose a tag to compare
  • Added support for unitialized parameters #68
  • Cleaned up output HTML so it's easier for a human to read
  • Added notes for minifying CSS
  • General code cleanups and best practices
  • Added a minor easter egg

Full Changelog: v0.7.1...v0.7.2

v0.7.1

14 Aug 14:56
Compare
Choose a tag to compare
  • Minor PHP fixes for PHP 8.2+

Full Changelog: v0.7.0...v0.7.1

v0.7.0

07 Aug 01:56
Compare
Choose a tag to compare

Various bugfixes and modernization for both the PHP and Javascript code bases. Krumo fully supports PHP 8.1 now.

Note: Minimum required version of PHP is now 7.0. We are officially dropping support for PHP 5.x with this release.

What's Changed

  • fix leading whitespace tooltip by @shadowwa in #62
  • remove javascript warning when clicking on leaf element by @shadowwa in #61
  • Fix an error with newer PHP versions erroring on date() calls by @scottchiefbaker in #63
  • Fix deprecation message appearing in CLI context with PHP 8.1 by @driehle in #65
  • Fix deprecated message appearing in web context with PHP 8.1 by @driehle in #64

New Contributors

Full Changelog: v0.6.1...v0.7.0

v0.6.1

10 Feb 16:57
Compare
Choose a tag to compare

New options to truncate strings and show carriage returns

v0.6.0

06 Feb 22:07
0e9cb47
Compare
Choose a tag to compare

Krumo v0.6.0

  • Add support for PHP 7.2+ and object iteration.
    • This should address #41
  • Also an option for CTRL + Click to expand/collapse all
    • This should address #30