Skip to content

v2.1.1

Choose a tag to compare

@bkdotcom bkdotcom released this 22 May 02:06
· 1243 commits to master since this release

Maintenance release

  • setCfg('string', newValue) not properly returning previous value.. symptom: collect is always on. Bug introduced in v2.1. Unit-test added.
  • Chromelogger - invalid javascript console methods need to be mapped to log()
  • Script - invalid javascript console methods need to be be mapped to log()
    return value added to debug.outputLogEntry event.
  • alert() now publishes debug.outputLogEntry when being output
    \bdk\Debug\Utilities::buildAttribString() - now with more utility
  • Can now instantiate via static method call, ie \bdk\Debug::_setConfig(), \bdk\Debug::_log('collect is false, so this is pointless'), etc.