Revision history for e

=================
1.33 - 2024-11-05
=================

Added commands: csv.

=================
1.32 - 2024-10-30
=================

Added commands: sum, uniq.

=================
1.31 - 2024-10-13
=================

Improved Build.PL.

=================
1.30 - 2024-09-27
=================

Made easier to subclass e.
Cleaned up pod a bit.
repl: Removed debug code on loading.
pod: improved tab completion.

=================
1.29 - 2024-09-20
=================

repl: Fixed bug with having an empty history file.

=================
1.28 - 2024-09-20
=================

Added commands: max, min (from List::Util).
Added limit to number of processes with runf (currently set to 20).
Updated pod.

=================
1.27 - 2024-08-08
=================

Added command: clone.
Added command: post (p from ojo).
Added commands: runio, runf, runt.
Updated pod.

=================
1.26 - 2024-07-27
=================

Internal cleanup.
Added color when STDOUT is closed.
Added set command (Set::Scalar).

=================
1.25 - 2024-07-04
=================

Table command now does not escape newline characters.

=================
1.24 - 2024-07-01
=================

Can be easily sub moduled.
Command "say" will always redirect to the terminal.

=================
1.23 - 2024-06-22
=================

Increased version of App::Pod - better completions.

=================
1.22 - 2024-06-20
=================

Updated pod.

=================
1.21 - 2024-06-19
=================

Updated pod.
prof had a typo.

=================
1.20 - 2024-06-19
=================

Added: encode and decode UTF-8
commands: enc, dec.

=================
1.19 - 2024-06-12
=================

Updated logo.

=================
1.18 - 2024-06-11
=================

repl saves multilines.

=================
1.17 - 2024-06-10
=================

(Perl 5.40)
Added table command.

=================
1.16 - 2024-06-05
=================

Updated n option to compare multiple.
Preventing double importing.

=================
1.15 - 2024-05-24
=================

Updated "watch" with -methods option to make it simple to
watch only specific methods (like "fetch").

=================
1.14 2024-05-24
=================

Added dye functions for coloring.

=================
1.13 2024-05-23
=================

Updated p style again

=================
1.12 - 2024-05-23
=================

Updated p style.

=================
1.11 - 2024-05-21
=================

REAME stays on realclean.

=================
1.10 - 2024-05-18
=================

Increased trace versions to include -raw.

=================
1.09 - 2024-05-16
=================

Updated pod to include methods.

=================
1.08 - 2024-05-16
=================

Increased repl, trace versions.
Added key: pod.

=================
1.07 - 2024-05-15
=================

Updated logo.

=================
1.06 - 2024-05-14
=================

Version increase for repl, trace/watch.

=================
1.05 - 2024-05-14
=================

Fixed typos in pod.

=================
1.04 - 2024-05-14
=================

Increased Runtime::Debugger -> 0.20

=================
1.03 - 2024-05-13
=================

Testing CI.

=================
1.02 - 2024-05-13
=================

First real release.