@thi.ng/text-format
Advanced tools
Comparing version 1.2.19 to 1.2.20
# Change Log | ||
- **Last updated**: 2023-03-02T18:09:03Z | ||
- **Last updated**: 2023-03-09T13:01:59Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/text-format", | ||
"version": "1.2.19", | ||
"version": "1.2.20", | ||
"description": "Customizable color text formatting with presets for ANSI & HTML", | ||
@@ -43,3 +43,3 @@ "type": "module", | ||
"@microsoft/api-extractor": "^7.34.2", | ||
"@thi.ng/testament": "^0.3.11", | ||
"@thi.ng/testament": "^0.3.12", | ||
"rimraf": "^4.1.2", | ||
@@ -104,3 +104,3 @@ "tools": "^0.0.1", | ||
}, | ||
"gitHead": "a2915dee637c1b8cd2e11a78a23bd035e4f750e7\n" | ||
"gitHead": "8ab2cbfe2f59b7ef672b6e1cf2a43368f8437ddf\n" | ||
} |
@@ -120,3 +120,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
flags (e.g. bold, underline etc.) **cannot be used**. Instead, use the | ||
[`format256()`](https://docs.thi.ng/umbrella/text-format/modules.html#format256) | ||
[`format256()`](https://docs.thi.ng/umbrella/text-format/functions/format256.html) | ||
function to create a format ID based on given FG, BG colors. | ||
@@ -164,3 +164,3 @@ | ||
Furthermore, | ||
[`defFormatPresets()`](https://docs.thi.ng/umbrella/text-format/modules.html#defFormatPresets) | ||
[`defFormatPresets()`](https://docs.thi.ng/umbrella/text-format/functions/defFormatPresets.html) | ||
can be used to create formatting functions for all 16 preset [foreground color | ||
@@ -167,0 +167,0 @@ IDs](#colors) for a given string format strategy: |
44537