Skip to content

Commit 7302b6f

Browse files
authored
doc: stabilize util.styleText
PR-URL: #56265 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Adrian Estrada <[email protected]> Reviewed-By: Vinícius Lourenço Claro Cardoso <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
1 parent a73c41c commit 7302b6f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/api/util.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1919,13 +1919,16 @@ console.log(util.stripVTControlCharacters('\u001B[4mvalue\u001B[0m'));
19191919
19201920
## `util.styleText(format, text[, options])`
19211921
1922-
> Stability: 1.1 - Active development
1922+
> Stability: 2 - Stable.
19231923
19241924
<!-- YAML
19251925
added:
19261926
- v21.7.0
19271927
- v20.12.0
19281928
changes:
1929+
- version: REPLACEME
1930+
pr-url: https://github.com/nodejs/node/pull/56265
1931+
description: styleText is now stable.
19291932
- version:
19301933
- v22.8.0
19311934
- v20.18.0

0 commit comments

Comments
 (0)