Krumo Versions Save

Krumo: Structured information display solution for PHP

0.4.4

3 years ago
  • Added krumo::queue() for printing the dumps at the end of the page

0.4.3

3 years ago
  • Drop Krumo::version(), instead use class constant Krumo::version

0.4.2

3 years ago
  • Dropped KRUMO_DIR, using __DIR__ instead
  • Added Krumo::TRUNCATE_LENGTH and Krumo::$truncate_length, still use KRUMO_TRUNCATE_LENGTH if defined
  • Renamed "schablon.com" skin to "kaloyan.info"

0.4.1

4 years ago

bug fix: fixing the problem reported in #6

0.4

6 years ago

Drop krumo.ini and krumo::_config(), use krumo::$skin to read the selected skin.

0.3.3

6 years ago
  • bug fix: clean up the $name for first-level krumo::dump() calls, strip ?> and all the crap before krumo being called

0.3.2

6 years ago

0.2.1a

6 years ago

0.3.1

6 years ago

skin optimizations:

  • drop external files in CSS sheets
  • drop support for %url%
  • use data URIs for the embedded images
  • drop the css url config setting from krumo.ini

put JS inside the class:

  • krumo JS cleanup
  • added krumo::_js() that prints the JS
  • deleted krumo.js

0.3

6 years ago

Revising the old code for this library, with some minor reformatting and dropping PHP4 legacy crap