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.

75 lines
1.6 KiB

8 years ago
  1. 1.0.1 / 2015-04-07
  2. ==================
  3. * Fix `TypeError`s when under `'use strict'` code
  4. * Fix useless type name on auto-generated messages
  5. * Support io.js 1.x
  6. * Support Node.js 0.12
  7. 1.0.0 / 2014-09-17
  8. ==================
  9. * No changes
  10. 0.4.5 / 2014-09-09
  11. ==================
  12. * Improve call speed to functions using the function wrapper
  13. * Support Node.js 0.6
  14. 0.4.4 / 2014-07-27
  15. ==================
  16. * Work-around v8 generating empty stack traces
  17. 0.4.3 / 2014-07-26
  18. ==================
  19. * Fix exception when global `Error.stackTraceLimit` is too low
  20. 0.4.2 / 2014-07-19
  21. ==================
  22. * Correct call site for wrapped functions and properties
  23. 0.4.1 / 2014-07-19
  24. ==================
  25. * Improve automatic message generation for function properties
  26. 0.4.0 / 2014-07-19
  27. ==================
  28. * Add `TRACE_DEPRECATION` environment variable
  29. * Remove non-standard grey color from color output
  30. * Support `--no-deprecation` argument
  31. * Support `--trace-deprecation` argument
  32. * Support `deprecate.property(fn, prop, message)`
  33. 0.3.0 / 2014-06-16
  34. ==================
  35. * Add `NO_DEPRECATION` environment variable
  36. 0.2.0 / 2014-06-15
  37. ==================
  38. * Add `deprecate.property(obj, prop, message)`
  39. * Remove `supports-color` dependency for node.js 0.8
  40. 0.1.0 / 2014-06-15
  41. ==================
  42. * Add `deprecate.function(fn, message)`
  43. * Add `process.on('deprecation', fn)` emitter
  44. * Automatically generate message when omitted from `deprecate()`
  45. 0.0.1 / 2014-06-15
  46. ==================
  47. * Fix warning for dynamic calls at singe call site
  48. 0.0.0 / 2014-06-15
  49. ==================
  50. * Initial implementation