Skip to content

Releases: kktsvetkov/krumo

0.4.4

03 Aug 09:44
Compare
Choose a tag to compare
  • Added krumo::queue() for printing the dumps at the end of the page

0.4.3

02 Aug 19:07
Compare
Choose a tag to compare
  • Drop Krumo::version(), instead use class constant Krumo::version

0.4.2

31 Jul 09:56
Compare
Choose a tag to compare
  • 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

19 Sep 14:28
Compare
Choose a tag to compare

bug fix: fixing the problem reported in #6

0.4

21 Nov 10:18
Compare
Choose a tag to compare
0.4

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

0.3.3

21 Nov 09:48
Compare
Choose a tag to compare
  • bug fix: clean up the $name for first-level krumo::dump() calls, strip ?> and all the crap before krumo being called

0.3.2

21 Nov 09:30
Compare
Choose a tag to compare
  • "Instead of printing output, return it to a variable" #3
  • "How to display arguments name (variable name) in krumo listing" #2

0.3.1

20 Nov 10:39
Compare
Choose a tag to compare

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

20 Nov 08:54
Compare
Choose a tag to compare

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

0.2.1a

20 Nov 11:02
Compare
Choose a tag to compare