Skip to content

Commit

Permalink
doc, punycode: soft-deprecation of the punycode module
Browse files Browse the repository at this point in the history
As discussed and agreed upon by the CTC, the punycode module bundled
in core is soft-deprecated (docs only) for v7 with an eye towards
hard-deprecation in v8 or later.
  • Loading branch information
jasnell committed Aug 1, 2016
1 parent 6817361 commit a1ee6da
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion doc/api/punycode.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# punycode

Stability: 2 - Stable
Stability: 0 - Deprecated

**The version of the punycode module bundled in Node.js is being deprecated**.
In a future major version of Node.js this module will be removed. Users
currently depending on the `punycode` module should switch to using the
userland-provided [Punycode.js][] module instead.

The `punycode` module is a bundled version of the [Punycode.js][] module. It
can be accessed using:
Expand Down

0 comments on commit a1ee6da

Please sign in to comment.