Commit 00e67c8
committed
[new release] ansi (0.6.0)
CHANGES:
* Support OSC hyperlinks. (ocurrent/ansi#13, @MisterDA)
https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda
* Support italic and underline escape sequences with `.italic` and
`.underline` CSS classes. (ocurrent/ansi#11, @MisterDA)
* Fix range of intermediate bytes. (ocurrent/ansi#8, @MisterDA)
* Add `Ansi.strip` to strip ANSI escape sequences part of a string.
Support stripping OSC sequences.
(ocurrent/ansi#7, ocurrent/ansi#9, ocurrent/ansi#12, @MisterDA)
* Support 8-bit colour palette, bright colours. (ocurrent/ansi#6, @MisterDA)
* Expose default foreground and background colors with `.fg-default`
and `.bg-default` CSS classes. (ocurrent/ansi#6, ocurrent/ansi#10, MisterDA)
* Fix bold/bright confusion, expose `.bold` CSS class. (ocurrent/ansi#6, ocurrent/ansi#10 @MisterDA)
* Expose alternative 16-colours colorschemes (xterm dark, solarized
light and dark). (ocurrent/ansi#6, @MisterDA)1 parent b50d55d commit 00e67c8
1 file changed
+42
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
0 commit comments