- 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