Skip to content

Releases: bkdotcom/PHPDebugConsole

v1.3

01 Apr 03:39

Choose a tag to compare

1.3 introduces awesome object debugging, more output options, ability to specify email method, and more

v1.3b2

17 Mar 16:34

Choose a tag to compare

Object constants are now debugged
__debugInfo magic method now used if defined
collapsed groups containing error or warnings now git a visual indicator
fixed critical issue with reflectionProperty::getDocComment() (issue #13)
other minor bug fixes

v1.3b

27 Feb 03:12

Choose a tag to compare

Much more detailed object output
New outputAs option to output log to browser console... <script> is generated containing console.xxxx calls
New emailFunc option.. to specify a function/callable other than PHP's mail function for emailing
and more

v1.2.1

23 Dec 16:15

Choose a tag to compare

handful of bug fixes.

tweak to the time() methods / added a timeGet() method

v1.2

06 Dec 04:28

Choose a tag to compare

  • Now installable via Composer as bdk/debug
  • Explicitly calling output() is no longer necessary

SensioLabsInsight

More

EasyGoing

10 Oct 14:05

Choose a tag to compare

  • Dropped PHP4 support
  • !! Now namespaced namespace bdk\Debug;
  • !! the javascript is now output with the log (by default) - no need to output/include separately
  • Internal: now follows PSR-2 coding standard
  • Internal: error-handling methods and functionality now in separate class
  • Internal: base css moved to Debug.css
  • cfg and data properties are now protected
  • added singleton getInstance method - which is the preferred way to instantiate the class: $debug = \bdk\Debug\Debug::getInstance();
  • New config options
    • firephpOptions (array)
    • outputScript (boolean) true
    • filepathCss (string) "./Debug.css"
    • filepathScript (string) "./Debug.jquery.min.js"
  • deprecated setCfg(). Use set() (which semantically matches "get()")
  • FirePHP options are now configurable
  • FirePHP's default path changed from ./FirePHP/FirePHP.class.php to ./FirePHP.class.php

v1.0.1

18 Jul 14:09

Choose a tag to compare

addresses a few issues with initial release

Initial release

16 Jun 16:40

Choose a tag to compare

v1.0

Create Debug.jquery.js