We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a73c41c commit 7302b6fCopy full SHA for 7302b6f
doc/api/util.md
@@ -1919,13 +1919,16 @@ console.log(util.stripVTControlCharacters('\u001B[4mvalue\u001B[0m'));
1919
1920
## `util.styleText(format, text[, options])`
1921
1922
-> Stability: 1.1 - Active development
+> Stability: 2 - Stable.
1923
1924
<!-- YAML
1925
added:
1926
- v21.7.0
1927
- v20.12.0
1928
changes:
1929
+ - version: REPLACEME
1930
+ pr-url: https://github.com/nodejs/node/pull/56265
1931
+ description: styleText is now stable.
1932
- version:
1933
- v22.8.0
1934
- v20.18.0
0 commit comments