- 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
- add repository URL to package.json
- add DEBUG_COLORED to force colored output
- add browserify support
- fix component. Closes #24
- Added .component to package.json
- Added debug.component.js build
- Added support for "-" prefix in DEBUG [Vinay Pulim]
- Added
.enabled
flag to the node version [TooTallNate]
- Added: humanize diffs. Closes #8
- Added
debug.disable()
to the CS variant - Removed padding. Closes #10
- Fixed: persist client-side variant again. Closes #9
- 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)
- Added millisecond diff when isatty, otherwise UTC string
- Added wildcard support
- Added: remove colors unless stderr isatty [TooTallNate]
- Initial release