@@ -1913,14 +1913,19 @@ console.log(util.stripVTControlCharacters('\u001B[4mvalue\u001B[0m'));
|
1913 | 1913 | |
1914 | 1914 | ## `util.styleText(format, text[, options])` |
1915 | 1915 | |
1916 | | -> Stability: 1.1 - Active development |
| 1916 | +> Stability: 2 - Stable. |
1917 | 1917 | |
1918 | 1918 | <!-- YAML |
1919 | 1919 | added: |
1920 | 1920 | - v21.7.0 |
1921 | 1921 | - v20.12.0 |
1922 | 1922 | changes: |
1923 | | - - version: v22.8.0 |
| 1923 | + - version: REPLACEME |
| 1924 | + pr-url: https://github.com/nodejs/node/pull/56265 |
| 1925 | + description: styleText is now stable. |
| 1926 | + - version: |
| 1927 | + - v22.8.0 |
| 1928 | + - v20.18.0 |
1924 | 1929 | pr-url: https://github.com/nodejs/node/pull/54389 |
1925 | 1930 | description: Respect isTTY and environment variables |
1926 | 1931 | such as NO_COLORS, NODE_DISABLE_COLORS, and FORCE_COLOR. |
|