Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "removed" mode #8

Closed
dougwilson opened this issue Jun 22, 2014 · 1 comment
Closed

Add "removed" mode #8

dougwilson opened this issue Jun 22, 2014 · 1 comment

Comments

@dougwilson
Copy link
Owner

Sometimes a project may be so big, that even a deprecation cycle still might not be enough; after the next major that removes the feature it may be useful to have a "removed" message for some things that used to be deprecated.

I'm thinking perhaps add a remove property to deprecate:

var deprecate = require('depd')('my-module')
exports.missingfn = deprecate.remove.function('missingfn')

The function, property and other helpers would not wrap things, since they are meant for removed things (thus, what would you be wrapping?).

@dougwilson
Copy link
Owner Author

Unnecessary for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant