Releases: dougwilson/nodejs-depd
Releases · dougwilson/nodejs-depd
2.0.0
1.1.2
- perf: remove argument reassignment
- Support Node.js 0.6 to 9.x
1.1.1
- Remove unnecessary
Buffer
loading - Support Node.js 0.6 to 8.x
1.1.0
- 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
- Fix
TypeError
s 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
- No changes
0.4.5
- Improve call speed to functions using the function wrapper
- Support Node.js 0.6
0.4.4
- Work-around v8 generating empty stack traces
0.4.3
- Fix exception when global
Error.stackTraceLimit
is too low
0.4.2
- Correct call site for wrapped functions and properties