The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Text-ANSI-Fold

2.06 2020-11-12T04:18:29Z

    - More robust definition of CSI sequence.
    - Change keep_el -> discard.

2.05 2020-11-11T08:24:22Z

    - Fix word boundary handling bug introduced at 2.03.

2.04 2020-11-06T04:20:15Z

    - Add keep_el parameter to control keep Erase Line or not.

2.03 2020-11-06T03:29:06Z

    - Remember color at erase line sequence, and apply to padding string.

2.02 2020-11-04T05:31:35Z

    - Support backspaces.

2.01 2020-10-20T11:36:15Z

    - Implement tab expansion.

1.10 2020-09-19T04:56:59Z

    - Add prefix/postfix characters to prohibition rule.

1.09 2020-09-09T14:13:08Z

    - Update W3C.pm to 2020 version.

1.08 2020-07-13T00:05:27Z

    - Width parameter can take negative value and get the all rest.

1.07 2020-07-04T05:54:58Z

    - Eliminate indirect object call.

1.06 2020-06-09T06:30:59Z

    - Fix ANSI reset handling bug.

1.05 2020-04-28T08:34:30Z

    - Conform to ECMA-48 OPERATING SYSTEM COMMAND string terminator.

1.04 2020-04-03T01:26:58Z

    - Conform to ECMA-48 OPERATING SYSTEM COMMAND definition.

1.03 2020-03-30T14:10:39Z

    - Accept 0 in chops width array.

1.02 2019-11-02T01:51:42Z

    - Implement margin option and refine ANSI code handling.

1.01 2019-10-22T00:03:54Z

    - Implement line-break control (KINSOKU) for Japanese.

0.07 2019-09-19T12:11:24Z

    - configure() create private object when called by class method.
    - Make retrieve method handle padding properly.

0.06 2019-06-20T12:53:16Z

    - Ignore trailing formfeed and carriage return.

0.05 2018-12-07T00:54:35Z

    - Update "chops" funciton to accept array reference.

0.04 2018-11-19T05:10:31Z

    - Update "retrieve" function to take parameters.

0.03 2018-10-23T09:19:57Z

    - Add App::ansifold notation.

0.02 2018-07-21T14:56:01Z

    - Introduce string holding mechanism, with text() and chops() method.

0.01 2018-07-20T08:12:31Z

    - original version