★ wanayoo — archive 1999 https://github.com/nodejs/node/commit/9dd4813008Nouvelle recherche | Portail wanayoo
Skip to content
Permalink
Browse files
doc: order deprecation reasons
PR-URL: #27960
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
  • Loading branch information
trivikr authored and BridgeAR committed Jun 17, 2019
1 parent 62de36e commit 9dd4813008680406f41addfa1a33ab6c040086e0
Showing with 5 additions and 3 deletions.
  1. +5 −3 doc/api/deprecations.md
@@ -3,9 +3,11 @@
<!--introduced_in=v7.7.0-->
<!-- type=misc -->

Node.js may deprecate APIs when either: (a) use of the API is considered to be
unsafe, (b) an improved alternative API is available, or (c) breaking changes to
the API are expected in a future major release.
Node.js may deprecate APIs for any of the following reasons:

* Use of the API is considered to be unsafe.
* An improved alternative API is available.
* Breaking changes to the API are expected in a future major release.

Node.js utilizes three kinds of Deprecations:

0 comments on commit 9dd4813

Please sign in to comment.