Revision history for Perl script App-ansiecho
1.08 2024-03-28T09:56:23Z
- use charnames ':loose', which requires perl 5.16
1.0702 2024-03-23T01:17:31Z
- allow "-" in unicode name
1.0701 2023-11-21T17:06:48Z
- update test to work under the doublelong environment
1.07 2023-10-27T06:23:36Z
- Support vector format output.
1.06 2023-10-23T03:06:40Z
- Support duplicated arguments.
1.05 2023-10-20T09:14:30Z
- Support arguments reordering in the format string.
1.04 2023-02-03T11:03:31Z
- Accept \4 and \47 style character as well.
1.03 2022-12-18T10:39:59Z
- Some document update
1.02 2022-08-24T08:47:24Z
- Release 1.02
1.01_03 2022-08-22T10:03:57Z
- require Getopt::EX::Hashed@1.05
1.01_02 2022-08-22T00:11:58Z
- Use new Getopt::EX::Hashed interfaces.
1.01_01 2022-08-20T17:51:22Z
- use Term::ANSIColor::Concise
1.01 2022-08-08T09:31:41Z
- Release 1.01
0.07 2021-11-08T13:47:47Z
- Use the latest Getopt::EX::Hashed interface.
0.06 2021-11-01T22:53:41Z
- Use Getopt::EX@v1.25.0 in which color spec V becomes H.
0.05 2021-10-08T07:49:07Z
- Deprecate --newline option.
0.04 2021-09-17T23:29:11Z
- Use the latest interface of Getopt::EX::Hashed.
0.03 2021-08-03T06:02:00Z
- Deprecate -r option.
- Rename -s, -z => -i, -a.
- Introduce -s, -S option to produce ANSI sequence as an argument.
- Introduce --help and --version option.
- Use Getopt::EX::Hashed instead of Moo.
0.02 2021-05-21T07:16:40Z
- Add -C,-F,-E options.
- Abolish -c:color:string notation.
- Make --escape (-e) option as default.
- Now format string can be made by -f.
0.01 2021-05-19T08:25:13Z
- original version