summaryrefslogtreecommitdiff
path: root/doc/api/punycode.md
diff options
context:
space:
mode:
authorJames M Snell <jasnell@gmail.com>2016-08-01 11:53:11 -0700
committerJames M Snell <jasnell@gmail.com>2016-08-03 10:03:37 -0700
commit29e49fc286080215031a81effbd59eac092fff2f (patch)
treef465d4e9d4b1a691456d4d4d9e85087ee436717f /doc/api/punycode.md
parentc9e670ea2ada5c31f52b03b2b047bd2dd3476325 (diff)
downloadnode-new-29e49fc286080215031a81effbd59eac092fff2f.tar.gz
doc, punycode: soft-deprecation of the punycode module
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. Also see discussion in https://github.com/nodejs/node/pull/7552 PR-URL: https://github.com/nodejs/node/pull/7941 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
Diffstat (limited to 'doc/api/punycode.md')
-rw-r--r--doc/api/punycode.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/api/punycode.md b/doc/api/punycode.md
index d34b3fdf2a..5751c10a38 100644
--- a/doc/api/punycode.md
+++ b/doc/api/punycode.md
@@ -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: