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 <yagiz@nizipli.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Adrian Estrada <edsadr@gmail.com>
Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
  • Loading branch information
RafaelGSS authored and aduh95 committed Dec 18, 2024
1 parent 0ab36e1 commit 72f79b4
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 @@ -1915,13 +1915,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 72f79b4

Please sign in to comment.