Skip to content

Commit 29e49fc

Browse files
committed
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 #7552 PR-URL: #7941 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
1 parent c9e670e commit 29e49fc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

doc/api/punycode.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# punycode
22

3-
Stability: 2 - Stable
3+
Stability: 0 - Deprecated
4+
5+
**The version of the punycode module bundled in Node.js is being deprecated**.
6+
In a future major version of Node.js this module will be removed. Users
7+
currently depending on the `punycode` module should switch to using the
8+
userland-provided [Punycode.js][] module instead.
49

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

0 commit comments

Comments
 (0)