Releases: debug-js/debug
3.2.2
3.2.2 is DEPRECATED. See #603 (comment) for details.
This release mitigated the breaking changes introduced in 3.2.0 where ES6 features were being used on users of Node 4, causing crashes upon inclusion.
It employed a temporary Babel pass on the entire codebase in lieu of a hard reversion (so this version is, effectively, a backport of the fixes and features ultimately introduced in 4.0.0).
3.2.1
3.2.1 is DEPRECATED. See #603 (comment) for details.
This release, along with 3.2.0, were subsequently released together as 4.0.0 (a major bump). You can review the complete changes in that release's details.
A quick hotfix to address Browser builds - debug is now compiled down to IE8-compatible code via Babel upon release.
CDNs that honor the "browser": key in package.json should now reflect these changes (previously, they would serve the non-bundled ES6 version).
Patches
- use babel-ified distributed source for browsers: b3f8f8e
3.2.0
3.2.0 is DEPRECATED. See #603 (comment) for details.
This release was intended to be the next release of Debug but introduced breaking changes that were overlooked at the time of release. As such it has been deprecated on npm and should not be used.
This release, along with 3.2.1, were subsequently released together as 4.0.0 (a major bump). You can review the included changes in that release's details.
3.1.0
Minor Changes
- Ignore package-lock.json: e7e568a
- Remove
component.json: 47747f3 - Remove "component" from package.json: bdb7e01
- Add
DEBUG_HIDE_DATEenv var: #486
Patches
- Correct spelling mistake: daf1a7c
- Examples: fix colors printout: 7cd9e53
- Fix browser detection: fdfa0f5
- Remove ReDoS regexp in
%oformatter: #504
Credits
Huge thanks to @amejiarosario and @zhuangya for their help!
2.6.9
3.0.0
Major Changes
- Remove
DEBUG_FD: #406 - Make millisecond timer namespace specific and allow 'always enabled' output: #408
- Use
Date#toISOString()instead toDate#toUTCString()when output is not a TTY: #418 enabled()updates existing debug instances: #440
Minor Changes
- Add
destroy()function: #440 - Document
enabledflag: #465 - Support 256 colors: #481
- Update "browserify" to v14.4.0: 826fd94
- Separate Node.js and web browser examples: 87880f6
- Example: use %o formatter: 31f3343
- More readme screenshots replaced: 25eb545
- Add Namespace Colors section to readme: 8b5c438
- Separate the Node and Browser tests in Travis: f178d86
Patches
Credits
Huge thanks to @gtjoseph, @timruffles and @FantasticFiasco for their help!
release 2.6.7
release 2.6.7
release 2.6.6
update version for component
release 2.6.5
release 2.6.5
release 2.6.4
release 2.6.4
