Skip to content

Commit

Permalink
doc: stabilize util.styleText
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
RafaelGSS authored Dec 17, 2024
1 parent a73c41c commit 7302b6f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/api/util.md
Original file line number Diff line number Diff line change
Expand Up @@ -1919,13 +1919,16 @@ console.log(util.stripVTControlCharacters('\u001B[4mvalue\u001B[0m'));
## `util.styleText(format, text[, options])`
> Stability: 1.1 - Active development
> Stability: 2 - Stable.
<!-- YAML
added:
- v21.7.0
- v20.12.0
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/56265
description: styleText is now stable.
- version:
- v22.8.0
- v20.18.0
Expand Down

0 comments on commit 7302b6f

Please sign in to comment.