Skip to content

Commit e0b5915

Browse files
committed
doc: stabilize util.styleText
1 parent a50f3d5 commit e0b5915

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)