We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97c3835 commit f6d0c01Copy full SHA for f6d0c01
doc/api/util.md
@@ -1913,14 +1913,19 @@ console.log(util.stripVTControlCharacters('\u001B[4mvalue\u001B[0m'));
1913
1914
## `util.styleText(format, text[, options])`
1915
1916
-> Stability: 1.1 - Active development
+> Stability: 2 - Stable.
1917
1918
<!-- YAML
1919
added:
1920
- v21.7.0
1921
- v20.12.0
1922
changes:
1923
- - version: v22.8.0
+ - 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
1929
pr-url: https://github.com/nodejs/node/pull/54389
1930
description: Respect isTTY and environment variables
1931
such as NO_COLORS, NODE_DISABLE_COLORS, and FORCE_COLOR.
0 commit comments