@@ -35,24 +35,22 @@ and in the process of being redesigned.
35
35
The stability indices are as follows:
36
36
37
37
``` txt
38
- Stability: 0 - Deprecated
39
- This feature is known to be problematic, and changes may be planned. Do
40
- not rely on it. Use of the feature may cause warnings to be emitted.
41
- Backwards compatibility across major versions should not be expected.
38
+ Stability: 0 - Deprecated. This feature is known to be problematic, and changes
39
+ may be planned. Do not rely on it. Use of the feature may cause warnings to be
40
+ emitted. Backwards compatibility across major versions should not be expected.
42
41
```
43
42
44
43
``` txt
45
- Stability: 1 - Experimental
46
- This feature is still under active development and subject to non-backwards
47
- compatible changes, or even removal, in any future version. Use of the feature
48
- is not recommended in production environments. Experimental features are not
49
- subject to the Node.js Semantic Versioning model.
44
+ Stability: 1 - Experimental. This feature is still under active development and
45
+ subject to non-backwards compatible changes, or even removal, in any future
46
+ version. Use of the feature is not recommended in production environments.
47
+ Experimental features are not subject to the Node.js Semantic Versioning model.
50
48
```
51
49
52
50
``` txt
53
- Stability: 2 - Stable
54
- The API has proven satisfactory. Compatibility with the npm ecosystem
55
- is a high priority, and will not be broken unless absolutely necessary.
51
+ Stability: 2 - Stable. The API has proven satisfactory. Compatibility with the
52
+ npm ecosystem is a high priority, and will not be broken unless absolutely
53
+ necessary.
56
54
```
57
55
58
56
Caution must be used when making use of ` Experimental ` features, particularly
0 commit comments