- Added support for browser (V8 only)
- Added
getDate()
method - Removed
date
property - Removed
moment
dependency - Fixed
false
options values - Fixed debug stack with checking
log
function
- Fixed stack for debug
- Fixed callsite version >= 1.0.0
- Added console.format
- Added stack for https://github.com/visionmedia/debug
- Added Buffer support [kilianc]
- Fixed missing default color for trace method [kilianc]
- Fixed missing padding [kilianc]
- Added custom colors
- Fixed output redirection bug
- Misc fixes and improvements [kilianc]
- Added right alignment for callsite info [kilianc]
- Added
console.traced
, removedconsole.trace
- Initial release