Revision history for String-Tagged-Terminal
0.07 2023-11-24
[CHANGES]
* Added `->parse_terminal` constructor
0.06 2023-02-06
[CHANGES]
* Support the new `sizepos` Formatting tag, implemented using
mintty-style SGR 73/74/75
* Swap all unit tests from `Test::More` to `Test2::V0`
0.05 2021-06-18
[CHANGES]
* Style updates: use v5.14, package NAME VERSION;
[BUGFIXES]
* Round fgindex/bgindex values to nearest integer (RT136840)
0.04 2018-11-29 14:17:27
[CHANGES]
* Experimental MSWin32 support, by Max Maischein
[BUGFIXES]
* Bugfix to bold attribute reset on escape-driven terminals when
other rendering attributes are still present
0.03 2018-08-17 12:22:57
[CHANGES]
* Added ->print_to_terminal and ->say_to_terminal methods
* Support the NO_COLOR environment variable (http://no-color.org)
0.02 2017-10-03 15:53:04
[BUGFIXES]
* Declare dependency on Convert::Color::XTerm (RT123182)
0.01 2017-10-02 19:27:18
First version, released on an unsuspecting world.