File tree 3 files changed +9
-5
lines changed
3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.5.1 - UNRELEASED
2
+
3
+
4
+
1
5
## 2.5.0 - 27 Mar 2024
2
6
3
7
* BREAKING CHANGES*
Original file line number Diff line number Diff line change 248
248
(.append buffer (str input))
249
249
state')))
250
250
251
- (defn- compose* [inputs]
251
+ (defn- compose*
252
+ [inputs]
252
253
(let [initial-font {:foreground " 39"
253
254
:background " 49"
254
255
:bold " 22"
288
289
Characteristic | Values
289
290
--- |---
290
291
foreground color | `red` or `bright-red` (for each color)
291
- background color | same as foreground color
292
+ background color | same as foreground color, with a `-bg` suffix (e.g., `red-bg`)
292
293
boldness | `bold`, `faint`, or `plain`
293
294
italics | `italic` or `roman`
294
295
inverse | `inverse` or `normal`
306
307
The order of the terms does not matter. Behavior for conflicting terms (e.g., `:blue.green.black`)
307
308
is not defined.
308
309
309
-
310
310
Font defs apply on top of the font def of the enclosing span, and the outer span's font def
311
311
is restored at the end of the inner span, e.g. `[:red \" RED \" [:bold \" RED/BOLD\" ] \" RED \" ]`.
312
312
Original file line number Diff line number Diff line change 525
525
(def ^{:added " 2.5.0"
526
526
:dynamic true }
527
527
*print-level*
528
- " The depth to which to pretty-printed nested collections; defaults to 2 ."
529
- 2 )
528
+ " The depth to which to pretty-printed nested collections; defaults to 5 ."
529
+ 5 )
530
530
531
531
532
532
(defn- format-property-value
You can’t perform that action at this time.
0 commit comments