Skip to content

Releases: debug-js/debug

3.1.0

26 Sep 19:15
Compare
Choose a tag to compare

Minor Changes

  • Ignore package-lock.json: e7e568a
  • Remove component.json: 47747f3
  • Remove "component" from package.json: bdb7e01
  • Add DEBUG_HIDE_DATE env var: #486

Patches

  • Correct spelling mistake: daf1a7c
  • Examples: fix colors printout: 7cd9e53
  • Fix browser detection: fdfa0f5
  • Remove ReDoS regexp in %o formatter: #504

Credits

Huge thanks to @amejiarosario and @zhuangya for their help!

2.6.9

22 Sep 13:32
Compare
Choose a tag to compare

Patches

  • Remove ReDoS regexp in %o formatter: #504

Credits

Huge thanks to @zhuangya for their help!

3.0.0

08 Aug 22:21
Compare
Choose a tag to compare

Featuring pretty new colors!

Major Changes

  • Remove DEBUG_FD: #406
  • Make millisecond timer namespace specific and allow 'always enabled' output: #408
  • Use Date#toISOString() instead to Date#toUTCString() when output is not a TTY: #418
  • enabled() updates existing debug instances: #440

Minor Changes

  • Add destroy() function: #440
  • Document enabled flag: #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

  • Readme: fix typo: #473
  • Component: update "ms" to v2.0.0: d2dd80a

Credits

Huge thanks to @gtjoseph, @timruffles and @FantasticFiasco for their help!

release 2.6.7

17 May 04:33
Compare
Choose a tag to compare
release 2.6.7

release 2.6.6

27 Apr 23:34
Compare
Choose a tag to compare
update version for component

release 2.6.5

27 Apr 16:04
Compare
Choose a tag to compare
release 2.6.5

release 2.6.4

20 Apr 18:08
Compare
Choose a tag to compare
release 2.6.4

release 2.6.3

14 Mar 03:50
Compare
Choose a tag to compare
release 2.6.3

release 2.6.2

10 Mar 19:44
Compare
Choose a tag to compare
fix DEBUG_MAX_ARRAY_LENGTH

release 2.6.1

10 Feb 19:00
Compare
Choose a tag to compare
Whitelist DEBUG_FD for values 1 and 2 only Fixes #410 (#415)

* Hide in DEBUG_FD deprecation warning in Webstorm Fixes #410

+ Intellij idea

* Hide in DEBUG_FD deprecation warning in Webstorm Fixes #410

* whitelist DEBUG_FD for values 1 and 2 only

* Use appreciate depreciation message