Files
perl-Text-ANSI-Util/perl-Text-ANSI-Util.changes

59 lines
1.8 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Sun Aug 23 09:25:43 UTC 2015 - coolo@suse.com
- updated to 0.21
see /usr/share/doc/packages/perl-Text-ANSI-Util/Changes
0.21 2015-08-20 (PERLANCAR)
- No functional changes.
- [doc] Add some description and mention Text::ANSI::WideUtil.
0.20 2015-08-20 (PERLANCAR)
- Split Text::ANSI::WideUtil to its own dist.
- Re-pass tests [RT#106535].
0.19 2015-08-13 (PERLANCAR)
- Adjust abstract and documentation. We now only deal with ANSI color
codes (SGR, [...m) and ignore non-color ANSI escape codes.
- [Bugfix] Add pruning of ANSI color codes so multiple replacement using
ta_substr() will not become increasingly slower due to proliferation
of unpruned color codes (due to ta_trunc()).
- [Bugfix] Make ta_wrap work without Text::WideChar::Util (previously,
ta_wrap always uses regex patterns from Text::WideChar::Util despite
$is_mb is 0).
- [Bugfix] Fix regex pattern for ANSI color codes (previous one was too
broad).
- Add (currently minimal) bench devscript.
0.18 2015-08-12 (PERLANCAR)
- Add functions: ta_substr, ta_mbsubstr.
0.17 2015-08-12 (PERLANCAR)
- Make Text::WideChar::Util an optional prereq.
- Also provide Text::ANSI::WideUtil and the leaner
Text::ANSI::NonWideUtil (the latter doesn't load Unicode modules, use
this if you do not have Unicode/wide characters in your text).
-------------------------------------------------------------------
Sat May 2 09:13:17 UTC 2015 - coolo@suse.com
- initial package $version
* created by $NAME $VERSION