Skip to content

Releases: dougwilson/nodejs-depd

2.0.0

26 Oct 17:21

Choose a tag to compare

  • Drop support for Node.js 0.6
  • Replace internal eval usage with Function constructor
  • Use instance methods on process to check for listeners

1.1.2

26 Oct 17:20

Choose a tag to compare

  • perf: remove argument reassignment
  • Support Node.js 0.6 to 9.x

1.1.1

27 Jul 22:49

Choose a tag to compare

  • Remove unnecessary Buffer loading
  • Support Node.js 0.6 to 8.x

1.1.0

14 Sep 15:40

Choose a tag to compare

  • Enable strict mode in more places
  • Support io.js 3.x
  • Support io.js 2.x
  • Support Node.js 4.x
  • Support web browser loading
    • Requires bundler like Browserify or webpack

1.0.1

07 Apr 17:12

Choose a tag to compare

  • Fix TypeErrors when under 'use strict' code
  • Fix useless type name on auto-generated messages
  • Support io.js 1.x
  • Support Node.js 0.12

1.0.0

18 Sep 06:38

Choose a tag to compare

  • No changes

0.4.5

09 Sep 23:37

Choose a tag to compare

  • Improve call speed to functions using the function wrapper
  • Support Node.js 0.6

0.4.4

27 Jul 16:58

Choose a tag to compare

  • Work-around v8 generating empty stack traces

0.4.3

26 Jul 20:21

Choose a tag to compare

  • Fix exception when global Error.stackTraceLimit is too low

0.4.2

20 Jul 01:49

Choose a tag to compare

  • Correct call site for wrapped functions and properties