From 29e49fc286080215031a81effbd59eac092fff2f Mon Sep 17 00:00:00 2001 From: James M Snell Date: Mon, 1 Aug 2016 11:53:11 -0700 Subject: [PATCH] doc, punycode: soft-deprecation of the punycode module MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-By: Сковорода Никита Андреевич --- doc/api/punycode.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/api/punycode.md b/doc/api/punycode.md index d34b3fdf2a1fa2..5751c10a382a0a 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: