Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 952 Bytes

History.md

File metadata and controls

43 lines (31 loc) · 952 Bytes

2.0.0 / 2016-10-04

  • 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

1.0.0 / 2016-10-03

  • Fixed stack for debug

0.3.0 / 2013-07-23

0.2.1 / 2012-07-06

  • Added Buffer support [kilianc]
  • Fixed missing default color for trace method [kilianc]
  • Fixed missing padding [kilianc]

0.2.0 / 2012-07-06

  • Added custom colors
  • Fixed output redirection bug
  • Misc fixes and improvements [kilianc]
  • Added right alignment for callsite info [kilianc]
  • Added console.traced, removed console.trace

0.1.0 / 2012-03-26

  • Initial release