Skip to content

Commit a1ee6da

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.
1 parent 6817361 commit a1ee6da

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)