- Drop support for Node.js 0.6
- Replace internal
eval
usage withFunction
constructor - Use instance methods on
process
to check for listeners
- perf: remove argument reassignment
- Support Node.js 0.6 to 9.x
- Remove unnecessary
Buffer
loading - Support Node.js 0.6 to 8.x
- Enable strict mode in more places
- Support io.js 3.x
- Support io.js 2.x
- Support web browser loading
- Requires bundler like Browserify or webpack
- 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
- No changes
- Improve call speed to functions using the function wrapper
- Support Node.js 0.6
- Work-around v8 generating empty stack traces
- Fix exception when global
Error.stackTraceLimit
is too low
- Correct call site for wrapped functions and properties
- Improve automatic message generation for function properties
- Add
TRACE_DEPRECATION
environment variable - Remove non-standard grey color from color output
- Support
--no-deprecation
argument - Support
--trace-deprecation
argument - Support
deprecate.property(fn, prop, message)
- Add
NO_DEPRECATION
environment variable
- Add
deprecate.property(obj, prop, message)
- Remove
supports-color
dependency for node.js 0.8
- Add
deprecate.function(fn, message)
- Add
process.on('deprecation', fn)
emitter - Automatically generate message when omitted from
deprecate()
- Fix warning for dynamic calls at singe call site
- Initial implementation