Skip to content

Latest commit

 

History

History
109 lines (79 loc) · 2.79 KB

History.md

File metadata and controls

109 lines (79 loc) · 2.79 KB

1.0.0 / 2014-06-04

  • make ms diff be global, not be scope
  • debug: ignore empty strings in enable()
  • node: make DEBUG_COLORS able to disable coloring
  • *: export the colors array
  • npmignore: don't publish the dist dir
  • Makefile: refactor to use browserify
  • package: add "browserify" as a dev dependency
  • Readme: add Web Inspector Colors section
  • node: reset terminal color for the debug content
  • node: map "%o" to util.inspect()
  • browser: map "%j" to JSON.stringify()
  • debug: add custom "formatters"
  • debug: use "ms" module for humanizing the diff
  • Readme: add "bash" syntax highlighting
  • browser: add Firebug color support
  • browser: add colors for WebKit browsers
  • node: apply log to console
  • rewrite: abstract common logic for Node & browsers
  • add .jshintrc file

0.8.1 / 2014-04-14

  • package: re-add the "component" section

0.8.0 / 2014-03-30

  • add enable() method for nodejs. Closes #27
  • change from stderr to stdout
  • remove unnecessary index.js file

0.7.4 / 2013-11-13

  • remove "browserify" key from package.json (fixes something in browserify)

0.7.3 / 2013-10-30

  • fix: catch localStorage security error when cookies are blocked (Chrome)
  • add debug(err) support. Closes #46
  • add .browser prop to package.json. Closes #42

0.7.2 / 2013-02-06

  • fix package.json
  • fix: Mobile Safari (private mode) is broken with debug
  • fix: Use unicode to send escape character to shell instead of octal to work with strict mode javascript

0.7.1 / 2013-02-05

  • add repository URL to package.json
  • add DEBUG_COLORED to force colored output
  • add browserify support
  • fix component. Closes #24

0.7.0 / 2012-05-04

  • Added .component to package.json
  • Added debug.component.js build

0.6.0 / 2012-03-16

  • Added support for "-" prefix in DEBUG [Vinay Pulim]
  • Added .enabled flag to the node version [TooTallNate]

0.5.0 / 2012-02-02

  • Added: humanize diffs. Closes #8
  • Added debug.disable() to the CS variant
  • Removed padding. Closes #10
  • Fixed: persist client-side variant again. Closes #9

0.4.0 / 2012-02-01

  • Added browser variant support for older browsers [TooTallNate]
  • Added debug.enable('project:*') to browser variant [TooTallNate]
  • Added padding to diff (moved it to the right)

0.3.0 / 2012-01-26

  • Added millisecond diff when isatty, otherwise UTC string

0.2.0 / 2012-01-22

  • Added wildcard support

0.1.0 / 2011-12-02

  • Added: remove colors unless stderr isatty [TooTallNate]

0.0.1 / 2010-01-03

  • Initial release