Revision history for HTML-FromANSI-Tiny
0.108 2026-09-14T15:01:12Z
- Support 24-bit ("truecolor") SGR sequences (38;2;r;g;b and 48;2;r;g;b),
which Parse::ANSIColor::Tiny identifies as 'r255g0b0' and 'on_r0g10b20'.
Since there are sixteen million of them, css() can't define a class for
each, so html() writes them into a style="" attribute even when it is
generating classes. Bumps the Parse::ANSIColor::Tiny prereq.
- Add 'attr_to_style' method to allow subclasses to customize the CSS
properties used for an attribute.
- Emit the properties of a style in sorted order, so that a 'styles'
entry with more than one CSS property is reproducible.
0.107 2024-01-11T15:55:33Z
- Update meta files. No code changes.
0.106 2024-01-11T15:47:02Z
- Add 'attr_to_class' method to allow subclasses to customize class names.
0.105 2017-09-06T14:44:55Z
- Update meta files. No code changes.
0.104 2016-04-25T05:37:30Z
- Add colors for 256 palette.
Bump prereq on Parse::ANSIColor::Tiny to get them.
0.103 2014-03-16T01:56:14Z
- Remove many terminal escape sequences not related to color
(by bumping the prereq on Parse::ANSIColor::Tiny to 0.500).
Thanks to Taiki Kawakami for the pull request!
0.102 2013-08-17T17:20:37Z
- Sort css entries for consistent output on 5.18+ (to facilitate testing).
Thanks Stephen Thirlwall!
0.101 2013-07-09T14:12:55Z
- Add 'inline_style' boolean to enable output using style=""
instead of class="".
- Add 'styles' attribute for customizing styles.
0.100 2011-11-19T18:20:55Z
- Initial release