We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebb59be commit df0ba1bCopy full SHA for df0ba1b
doc/api/util.md
@@ -1801,12 +1801,16 @@ console.log(util.stripVTControlCharacters('\u001B[4mvalue\u001B[0m'));
1801
1802
## `util.styleText(format, text[, options])`
1803
1804
-> Stability: 1.1 - Active development
+> Stability: 2 - Stable.
1805
1806
<!-- YAML
1807
added: v20.12.0
1808
changes:
1809
- - version: v20.18.0
+ - version: REPLACEME
1810
+ pr-url: https://github.com/nodejs/node/pull/56265
1811
+ description: styleText is now stable.
1812
+ - version:
1813
+ - v20.18.0
1814
pr-url: https://github.com/nodejs/node/pull/54389
1815
description: Respect isTTY and environment variables
1816
such as NO_COLOR, NODE_DISABLE_COLORS, and FORCE_COLOR.
0 commit comments