The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension App-ansicolumn

1.04 2020-12-29T02:13:32Z

    - Add --pagebreak option and form feed character handling.
    - Add "shadow" and "shadow-box" border style.

1.03 2020-12-22T07:19:47Z

    - Add --tabhead, --tabspace options.

1.02 2020-11-13T03:45:54Z

    - Remove mswin from supported os.
    - Fix test code to use $^X.

1.01 2020-11-12T10:35:53Z

    - CPAN release.

0.26 2020-11-12T10:30:33Z

    - Final cleanup for CPAN release.

0.25 2020-11-12T05:41:14Z

    - -P option takes optional height.
    - Update border style names.

0.24 2020-11-11T11:37:44Z

    - Implement top and bottom borders.

0.23 2020-11-10T15:20:30Z

    - Fix --column-unit option handling error.
    - Add simple test code, using App::cdif::Command module.

0.22 2020-11-09T08:30:52Z

    - Make --tabstop option to work.

0.21 2020-11-08T10:05:12Z

    - --columnunit -> --column-unit
    - Add image.

0.20 2020-11-07T00:49:58Z

    - Change option name: --white-space, --isolation

0.19 2020-11-06T17:02:32Z

    - Add experimental --move-head option.

0.18 2020-11-06T04:40:25Z

    - Use Text::ANSI::Fold with padding.
    - Add --keep-el option to control Erase Line sequence.

0.17 2020-11-05T03:15:48Z

    - Add --fillup option.
    - Introduce `center' border with `left' and `right'.
    - Shortcut -F for --fullwidth.

0.16 2020-11-02T08:45:07Z

    - Update border staff.

0.15 2020-11-01T16:40:09Z

    - Document update.

0.14 2020-10-31T04:19:07Z

    - Change option --border-theme to --border-style.

0.13 2020-10-22T14:29:42Z

    - Soft release version.

0.12 2020-10-20T14:42:42Z

    - Update to use Text::ANSI::Fold 2.01 to improve tab expansion.

0.11 2020-10-19T06:24:59Z

    - Introduce --insert-space option.
    - Introduce --no-topspace option.
    - Improved code much.

0.10 2020-10-17T07:54:16Z

    - Introduce --border and --border-theme option.
    - Introduce --colormap option.

0.09 2020-10-15T02:03:13Z

    - Add --table-right option.

0.08 2020-10-14T09:31:46Z

    - Add --pane-width option.
    - Option --page set --linestyle=wrap.

0.07 2020-10-13T07:47:38Z

    - Use single space as --postfix default.

0.06 2020-10-13T03:47:16Z

    - Add new options

	--pagelength
	--page, -P
	--document, -D
	--prefix, --postfix

0.05 2020-10-12T05:36:37Z

    - Add new options

	--fullwidth
	--linestyle=none|truncate|wrap|wordwrap, --ls=...
	--linebreak=none|all|runin|runout
	--runin=#, --runout=#

0.04 2020-10-11T13:57:13Z

    - Make options Linux extended version compatible.

0.03 2020-10-11T08:55:44Z

    - Update document.

0.02 2020-10-11T06:34:14Z

    - Add --pane option.

0.01 2020-10-11T05:33:07Z

    - PrePan release version.