Files
perl-Text-ANSI-Util/perl-Text-ANSI-Util.changes
Dirk Stoecker bf8c6533e0 Accepting request 1070475 from devel:languages:perl:autoupdate
- updated to 0.234
   see /usr/share/doc/packages/perl-Text-ANSI-Util/Changes
  0.234   2023-02-27  Released-By: PERLANCAR; Urgency: medium
          - Fix function name (GH#5).
          - Add ta_set_state() and ta_state_to_code() to fix ta_highlight()
            (ref: GH#3).

OBS-URL: https://build.opensuse.org/request/show/1070475
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-ANSI-Util?expand=0&rev=8
2023-03-10 10:42:23 +00:00

120 lines
3.8 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

-------------------------------------------------------------------
Tue Feb 28 03:09:55 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 0.234
see /usr/share/doc/packages/perl-Text-ANSI-Util/Changes
0.234 2023-02-27 Released-By: PERLANCAR; Urgency: medium
- Fix function name (GH#5).
- Add ta_set_state() and ta_state_to_code() to fix ta_highlight()
(ref: GH#3).
-------------------------------------------------------------------
Wed Oct 6 03:08:47 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 0.233
see /usr/share/doc/packages/perl-Text-ANSI-Util/Changes
0.233 2021-08-08 Released-By: PERLANCAR; Urgency: medium
- [bugfix][function ta_wrap] Fix handling of flindent & slindent
options (GH#1).
-------------------------------------------------------------------
Mon Aug 9 03:09:32 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 0.232
see /usr/share/doc/packages/perl-Text-ANSI-Util/Changes
0.232 2021-04-14 Released-By: PERLANCAR; Urgency: low
- No functional changes.
- [doc] Add FAQ item about the reason for splitting functionalities
over modules/distributions.
-------------------------------------------------------------------
Wed Apr 14 03:09:59 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 0.231
see /usr/share/doc/packages/perl-Text-ANSI-Util/Changes
-------------------------------------------------------------------
Tue Apr 23 05:32:02 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 0.230
see /usr/share/doc/packages/perl-Text-ANSI-Util/Changes
-------------------------------------------------------------------
Mon Mar 14 10:32:42 UTC 2016 - coolo@suse.com
- updated to 0.22
see /usr/share/doc/packages/perl-Text-ANSI-Util/Changes
0.22 2016-03-11 (PERLANCAR)
- [Removed features] Remove Text::ANSI::NonWideUtil (ugly name), but
remove wide-character supporting functions (ta_mb*()) in
Text::ANSI::Util.
-------------------------------------------------------------------
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