Revision history for Perl extension Lingua::JA::NormalizeText

0.25    Tue, 31 Dec 2013 17:29:21 +0900
        - Improved documentation
        - Added Test::Synopsis::Expectation dependency

0.24    Sat, 30 Nov 2013 15:58:53 +0900
        - Allowed 'new' method to accept an arrayref
        - Added Sub::Install dependency
        - Removed Test::Base dependency
        - Replaced the subroutine redefinitions with Sub::Install::install_sub( ... )

0.23    Sun, 20 Oct 2013 19:41:47 +0900
        - Added wavy dash(U+3030) to wave2tilde, wavetilde2long and wave2long options
        - Fixed fullminus2long option (U+2212 is not fullwidth in the context of Unicode)

0.22    Sun, 20 Oct 2013 01:27:22 +0900
        - Added remove_spaces option

0.21    Sat, 05 Oct 2013 17:44:19 +0900
        - Fixed the structure of documentation

0.20    Sat, 05 Oct 2013 07:27:24 +0900
        - Added unify_nl, unify_whitespaces, dakuon_normalize, handakuon_normalize
        and all_dakuon_normalize options
        - Replaced remove_(head|tail)_space options with trim, ltrim and rtrim options
        - Removed unify_3dots option
        - Added dependency on Lingua::JA::Dakuon
        - Updated dependency on Lingua::JA::Regular::Unicode from 0.09 to 0.11
        - Fixed unify_long_spaces option
        - Added 'ヸ and ヹ to old2new_kana option
        - Return undef if argument is undef
        - Compressed code

0.12    Mon, 08 Oct 2012 23:38:03 +0900
        - added remove_controls option
        - added tab2space option

0.11    Fri, 28 Sep 2012 18:28:31 +0900
        - fixed the handling of uninitialized value

0.10    Fri, 28 Sep 2012 09:17:33 +0900
        - added old2new_kanji option
        - renamed modernize_kana_usage old2new_kana
        - improved unify_3dots option
        - improved tests

0.06    Thu, 14 Jun 2012 10:42:43 +0900
        - fixed nl2space test for Windows

0.05    Wed, 13 Jun 2012 00:18:42 +0900
        - improved tests

0.03    Tue, 12 Jun 2012 23:07:46 +0900
        - speed optimization
        - improved nl2space option

0.02    Mon, 11 Jun 2012 20:57:51 +0900
        - changed dependency on Lingua::JA::Regular::Unicode from 0.04 to 0.09

0.01    Mon, 11 Jun 2012 01:25:11 +0900
        - original version