Releases: mmucklo/krumo
Releases · mmucklo/krumo
v0.7.2
- 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
- Minor PHP fixes for PHP 8.2+
Full Changelog: v0.7.0...v0.7.1
v0.7.0
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
New options to truncate strings and show carriage returns