The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl application 'sdif-tools'.

4.8.0 2019-01-10T03:34:45Z

    - Implement lib/sdif/autocolor/iTerm.pm

4.7.4 2019-01-08T09:28:04Z

    - Skip test when 'mecab' command is not installed.

4.7.3 2019-01-07T02:21:26Z

    - Fix bug in lib/cdif/Command/Mecab.pm

4.7.2 2019-01-06T00:14:27Z

    - Update colors.
    - Introduce --colordump option to sdif/cdif.

4.7.1 2019-01-05T14:48:14Z

    - Update lib/sdif/colors.pm for dark screen.
    - Document update.

4.7.0 2019-01-02T03:01:12Z

    - Mecab command ignores trailing spaces.
      Quick hack to fix it.

4.6.1 2018-12-27T06:48:31Z

    - requires 'Getopt::EX', 'v1.13.1';

4.6.0 2018-10-26T03:25:40Z

    - Introduce -B option to watchdiff command.

4.5.6 2018-10-12T02:33:40Z

    - Support Getopt::EX::Colormap L00..L25 grey levels.

4.5.5 2018-10-11T09:05:41Z

    - Fixed bug when data include Unicode space character with --mecab.
    - Use \X to express character with -B option.
    - Re-enable -dm (mecab) debug option.

4.5.4 2018-10-04T09:15:29Z

    - Introduce App::cdif::Command::Mecab.

4.5.3 2018-09-20T16:49:13Z

    - Update cdif implementation.
    - Add -i option to sdif.

4.5.2 2018-09-19T11:28:47Z

    - Implement mecab whitespace handling properly.

4.5.1 2018-09-19T05:04:39Z

    - Cancel wrong mecab whitespace handling.

4.5.0 2018-09-19T03:55:16Z

    - Separate leading whitespace from mecab output.
    - Update to use Text::ANSI::Fold.
    - Add --subdiff option and accept unified diff output.
    - Introduce UNKNOWN color, with empty default.
    - Export &rgb_to_brightness

4.4.0 2018-07-07T02:50:04Z

    - Do not call `mecab' for ASCII text.
    - Easy-to-see debug message.
    - Move &usage to lib/sdif.pm and share.

4.3.2 2018-06-22T09:40:47Z

    - Pass -w option to cdif when -b or -w was given.

4.3.1 2018-02-24T02:42:36Z

    - Remove App::sdif::osx_autocolor.
    - Minor document fix.

4.3.0 2018-01-11T23:27:51Z

    - Update --color option to take "when" argument.
    - Implement --column option to specify column order.

4.2.0 2018-01-07T01:57:46Z

    - Remove unnecessarily indirect --{LIGHT,DARK}-SCREEN option.

    Use --light and --dark instead.

4.1.0 2018-01-04T12:35:22Z

    Now --autocolor is defined as default in sdif/default.pm.

    - Update {sdif,cdif}/colors.pm
    - Prepare {sdif,cdif}/default.pm
    - Implement sdif/autocolor module with Apple_Terminal support.
    - Implement diff compatible -b, -w, -B options.
    - Make --cdif option as default.
    - Update document.

3.4.1 2017-12-22T01:42:23Z

    cdif:
    - cdif effect E is now implemented by Getopt::EX::Colormap.

3.3.2 2017-12-18T06:52:05Z

    watchdiff:
    - Update option and process handling.

3.3.1 2017-12-16T18:44:27Z

    watchdiff:
    - Improve watchdiff look'n'feel using new Colormap interface.


3.2.3 2017-12-14T17:30:39Z

    - Update to the latest Getopt::EX.

3.2.2 2017-12-11T03:59:41Z

    watchdiff:
    - Update examples.
    - Use termcap{cd} when termcap{ed} is not available.
    - Set require_order for option handling.

    sdif:
    - Add test for --colortable option.
    - Make --colortable option to work. Fixes #1.

3.2.1 2017-12-08T08:55:02Z

    - Implement sdif --ambiguous option.
    - Require perl 5.014
    - make sdif --cdif option as toggle one.

3.1.1 2017-12-04T06:43:12Z

    - first CPAN release