You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

195 lines
5.5 KiB

  1. 2.2.0 / 2015-05-09
  2. ==================
  3. * package: update "ms" to v0.7.1 (#202, @dougwilson)
  4. * README: add logging to file example (#193, @DanielOchoa)
  5. * README: fixed a typo (#191, @amir-s)
  6. * browser: expose `storage` (#190, @stephenmathieson)
  7. * Makefile: add a `distclean` target (#189, @stephenmathieson)
  8. 2.1.3 / 2015-03-13
  9. ==================
  10. * Updated stdout/stderr example (#186)
  11. * Updated example/stdout.js to match debug current behaviour
  12. * Renamed example/stderr.js to stdout.js
  13. * Update Readme.md (#184)
  14. * replace high intensity foreground color for bold (#182, #183)
  15. 2.1.2 / 2015-03-01
  16. ==================
  17. * dist: recompile
  18. * update "ms" to v0.7.0
  19. * package: update "browserify" to v9.0.3
  20. * component: fix "ms.js" repo location
  21. * changed bower package name
  22. * updated documentation about using debug in a browser
  23. * fix: security error on safari (#167, #168, @yields)
  24. 2.1.1 / 2014-12-29
  25. ==================
  26. * browser: use `typeof` to check for `console` existence
  27. * browser: check for `console.log` truthiness (fix IE 8/9)
  28. * browser: add support for Chrome apps
  29. * Readme: added Windows usage remarks
  30. * Add `bower.json` to properly support bower install
  31. 2.1.0 / 2014-10-15
  32. ==================
  33. * node: implement `DEBUG_FD` env variable support
  34. * package: update "browserify" to v6.1.0
  35. * package: add "license" field to package.json (#135, @panuhorsmalahti)
  36. 2.0.0 / 2014-09-01
  37. ==================
  38. * package: update "browserify" to v5.11.0
  39. * node: use stderr rather than stdout for logging (#29, @stephenmathieson)
  40. 1.0.4 / 2014-07-15
  41. ==================
  42. * dist: recompile
  43. * example: remove `console.info()` log usage
  44. * example: add "Content-Type" UTF-8 header to browser example
  45. * browser: place %c marker after the space character
  46. * browser: reset the "content" color via `color: inherit`
  47. * browser: add colors support for Firefox >= v31
  48. * debug: prefer an instance `log()` function over the global one (#119)
  49. * Readme: update documentation about styled console logs for FF v31 (#116, @wryk)
  50. 1.0.3 / 2014-07-09
  51. ==================
  52. * Add support for multiple wildcards in namespaces (#122, @seegno)
  53. * browser: fix lint
  54. 1.0.2 / 2014-06-10
  55. ==================
  56. * browser: update color palette (#113, @gscottolson)
  57. * common: make console logging function configurable (#108, @timoxley)
  58. * node: fix %o colors on old node <= 0.8.x
  59. * Makefile: find node path using shell/which (#109, @timoxley)
  60. 1.0.1 / 2014-06-06
  61. ==================
  62. * browser: use `removeItem()` to clear localStorage
  63. * browser, node: don't set DEBUG if namespaces is undefined (#107, @leedm777)
  64. * package: add "contributors" section
  65. * node: fix comment typo
  66. * README: list authors
  67. 1.0.0 / 2014-06-04
  68. ==================
  69. * make ms diff be global, not be scope
  70. * debug: ignore empty strings in enable()
  71. * node: make DEBUG_COLORS able to disable coloring
  72. * *: export the `colors` array
  73. * npmignore: don't publish the `dist` dir
  74. * Makefile: refactor to use browserify
  75. * package: add "browserify" as a dev dependency
  76. * Readme: add Web Inspector Colors section
  77. * node: reset terminal color for the debug content
  78. * node: map "%o" to `util.inspect()`
  79. * browser: map "%j" to `JSON.stringify()`
  80. * debug: add custom "formatters"
  81. * debug: use "ms" module for humanizing the diff
  82. * Readme: add "bash" syntax highlighting
  83. * browser: add Firebug color support
  84. * browser: add colors for WebKit browsers
  85. * node: apply log to `console`
  86. * rewrite: abstract common logic for Node & browsers
  87. * add .jshintrc file
  88. 0.8.1 / 2014-04-14
  89. ==================
  90. * package: re-add the "component" section
  91. 0.8.0 / 2014-03-30
  92. ==================
  93. * add `enable()` method for nodejs. Closes #27
  94. * change from stderr to stdout
  95. * remove unnecessary index.js file
  96. 0.7.4 / 2013-11-13
  97. ==================
  98. * remove "browserify" key from package.json (fixes something in browserify)
  99. 0.7.3 / 2013-10-30
  100. ==================
  101. * fix: catch localStorage security error when cookies are blocked (Chrome)
  102. * add debug(err) support. Closes #46
  103. * add .browser prop to package.json. Closes #42
  104. 0.7.2 / 2013-02-06
  105. ==================
  106. * fix package.json
  107. * fix: Mobile Safari (private mode) is broken with debug
  108. * fix: Use unicode to send escape character to shell instead of octal to work with strict mode javascript
  109. 0.7.1 / 2013-02-05
  110. ==================
  111. * add repository URL to package.json
  112. * add DEBUG_COLORED to force colored output
  113. * add browserify support
  114. * fix component. Closes #24
  115. 0.7.0 / 2012-05-04
  116. ==================
  117. * Added .component to package.json
  118. * Added debug.component.js build
  119. 0.6.0 / 2012-03-16
  120. ==================
  121. * Added support for "-" prefix in DEBUG [Vinay Pulim]
  122. * Added `.enabled` flag to the node version [TooTallNate]
  123. 0.5.0 / 2012-02-02
  124. ==================
  125. * Added: humanize diffs. Closes #8
  126. * Added `debug.disable()` to the CS variant
  127. * Removed padding. Closes #10
  128. * Fixed: persist client-side variant again. Closes #9
  129. 0.4.0 / 2012-02-01
  130. ==================
  131. * Added browser variant support for older browsers [TooTallNate]
  132. * Added `debug.enable('project:*')` to browser variant [TooTallNate]
  133. * Added padding to diff (moved it to the right)
  134. 0.3.0 / 2012-01-26
  135. ==================
  136. * Added millisecond diff when isatty, otherwise UTC string
  137. 0.2.0 / 2012-01-22
  138. ==================
  139. * Added wildcard support
  140. 0.1.0 / 2011-12-02
  141. ==================
  142. * Added: remove colors unless stderr isatty [TooTallNate]
  143. 0.0.1 / 2010-01-03
  144. ==================
  145. * Initial release