Skip to content

Commit 35c7105

Browse files
Trotttargos
authored andcommitted
doc: make Stability Index more concise
Shorten the Stability Index text. PR-URL: #22544 Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Minwoo Jung <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 2858896 commit 35c7105

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

doc/api/documentation.md

+8-11
Original file line numberDiff line numberDiff line change
@@ -34,24 +34,21 @@ and in the process of being redesigned.
3434

3535
The stability indices are as follows:
3636

37-
> Stability: 0 - Deprecated. This feature is known to be problematic, and
38-
> changes may be planned. Do not rely on it. Use of the feature may cause
39-
> warnings to be emitted. Backwards compatibility across major versions should
40-
> not be expected.
37+
> Stability: 0 - Deprecated. The feature may emit warnings. Backward
38+
> compatibility is not guaranteed.
4139
4240
<!-- separator -->
4341

4442
> Stability: 1 - Experimental. This feature is still under active development
45-
> and subject to non-backwards compatible changes, or even removal, in any
46-
> future version. Use of the feature is not recommended in production
47-
> environments. Experimental features are not subject to the Node.js Semantic
48-
> Versioning model.
43+
> and subject to non-backward compatible changes or removal in any future
44+
> version. Use of the feature is not recommended in production environments.
45+
> Experimental features are not subject to the Node.js Semantic Versioning
46+
> model.
4947
5048
<!-- separator -->
5149

52-
> Stability: 2 - Stable. The API has proven satisfactory. Compatibility with the
53-
> npm ecosystem is a high priority, and will not be broken unless absolutely
54-
> necessary.
50+
> Stability: 2 - Stable. Compatibility with the npm ecosystem is a high
51+
> priority.
5552
5653
Caution must be used when making use of `Experimental` features, particularly
5754
within modules that may be used as dependencies (or dependencies of

0 commit comments

Comments
 (0)