0.172 2021-04-14 Released-By: PERLANCAR; Urgency: low
-
No functional changes.
-
[doc] Add FAQ item about the reason for splitting functionalities
over modules/distributions.
0.171 2021-01-23 Released-By: PERLANCAR; Urgency: low
-
No functional changes.
-
[doc] Mention some other related modules.
0.170 2019-05-17 Released-By: PERLANCAR
-
Add Hiragana, Katakana, and Hangul to CJK regex (suggested by Jacques
Deguest).
-
Add option keep_trailing_space to wrap() & mbwrap() (suggested by
Jacques Deguest).
-
[doc] Mention Text::NonWideChar::Util.
0.16 2015-07-29 Released-By: PERLANCAR
-
No functional changes.
-
Replace named Unicode literal \N{...} with hexcode to accomodate
older perls [CT].
0.15 2015-07-27 Released-By: PERLANCAR
-
No functional changes.
-
Replace Unicode literal with \N{...} so code (except POD) does
not contain Unicode literals, to make it easier to pack with
App::depak.
0.14 2015-01-03 Released-By: PERLANCAR
-
No functional changes.
-
Rebuild (Generate TODO.md).
0.13 2014-02-17 Released-By: SHARYANTO
-
Add function length_height().
0.12 2014-02-11 Released-By: SHARYANTO
[BUG FIXES]
-
mbwrap(): Whitespace before broken CJK word was omitted.
0.11 2014-02-11 Released-By: SHARYANTO
[BUG FIXES]
-
mbwrap(): Long CJK word should not be truncated before line-broken.
0.10 2014-02-08 Released-By: SHARYANTO
-
No functional changes.
-
Change CJK regexes from my() to our() so it's usable by other module
(namely, Text::ANSI::Util).
0.09 2014-02-08 Released-By: SHARYANTO
-
mbwrap(): Fix bug when truncating long word.
-
mbwrap(): Add support for wrapping CJK text (which do not use
whitespace to separate words).
-
Mention Text::WrapI18N.
0.08 2013-10-29 Released-By: SHARYANTO
-
No functional changes. Rebuild to resolve 'nested encoding' problem
causing MetaCPAN to fail to index the dist (thanks Shantanu Bhadoria).
0.07 2013-09-10 Released-By: SHARYANTO
-
Replace Text::CharWidth with Unicode::GCString. It's about 2.5x slower
but it is more proper and builds on Windows.
0.06 2013-05-18 Released-By: SHARYANTO
-
Provide pad() and trunc() which are respectively the non-wide version
of mbpad() and mbtrunc().
0.05 2013-05-17 Released-By: SHARYANTO
-
Add return_stats option to {mb,}wrap.
0.04 2013-04-19 Released-By: SHARYANTO
-
Fix bug in mbtrunc().
0.03 2013-04-18 Released-By: SHARYANTO
-
Reimplement mbwrap() to be more like Emacs and Text::ANSI::Util's
behavior.
-
Provide wrap() as an alternative for Text::Wrap's wrap().
0.02 2013-04-09 Released-By: SHARYANTO
[BUG FIXES]
-
mbpad(): Since mbtrunc() can generate text with width ($width-1) or
even less, depending on the width of truncated wide character, we need
to pad again to get to $width.
0.01 2013-04-09 Released-By: SHARYANTO
-
First release.