0.241 2018-12-02 (PERLANCAR) - Observe NO_COLOR (see https://no-color.org). 0.240 2018-01-17 (PERLANCAR) - Avoid "Negative repeat count does nothing" warning (thanks Scott Baker). 0.23 2014-10-29 (PERLANCAR) - [Bugfix] Use length of original strings (not dumped results) when printing string length hints. 0.22 2014-10-20 (PERLANCAR) - Add visual aid string length for long strings. 0.21 2014-06-30 (SHARYANTO) - No functional changes. - Workaround for Scalar::Util 1.39 change to looks_like_number() (booleanize the result). Use (temporary?) replacement Scalar::Util::LooksLikeNumber. 0.20 2013-11-13 (SHARYANTO) - Remove debug statement (steven--). 0.19 2013-11-13 (SHARYANTO) - Last fix broke other alignment, second try [reported by Scott Baker]. 0.18 2013-11-13 (SHARYANTO) - Fix another index comment alignment bug: multiline vs singleline [spotted by Scott Baker]. 0.17 2013-10-31 (SHARYANTO) - Add color theme support (currently undocumented) and 256-color theme from Scott Baker. 0.16 2013-10-18 (SHARYANTO) - Colorize float differently, quote stringy numbers [suggested by Scott Baker]. - Add example script (reworked from Scott Baker's version). - Add some FAQ items. 0.15 2013-09-20 (SHARYANTO) - A couple of fixes and tweaks for index comment. 0.14 2013-09-14 (SHARYANTO) - Sigh, another fix in alignment of index comment for hash. 0.13 2013-09-14 (SHARYANTO) - A couple more tweaks/fixes for index comment. 0.12 2013-09-11 (SHARYANTO) - Remove debugging statement (me--). 0.11 2013-09-11 (SHARYANTO) - A couple of fixes for index comment alignment. 0.10 2013-09-10 (SHARYANTO) - A couple of fixes for index comment. 0.09 2013-09-10 (SHARYANTO) - Remove original Data::Dump documentation. This module's docs now only explains what's different from Data::Dump. - Add 'require Win32::Console::ANSI' on Windows [suggested by dhorne, RT#88560]. - Better color support (colors for keywords, symbols, array indices, and hash keys) and fixes to make output similar again to Data::Dump. Internally, I now produce both colored and uncolored dump because the Data::Dump code often checks for string width and the colored output messes up the calculation (an alternative would be to calculate against color-stripped text, but that is probably slower still). - Add option to turn off array/hash index comment ($INDEX=0). 0.08 2013-09-10 (SHARYANTO) - Fix minor color bug. - Rebuild with MakeMaker instead of Module::Build because the latter is deprecated in Perl 5.19. 0.07 2013-09-10 (SHARYANTO) [ENHANCEMENTS] - Add comment to indicate array index or hash pair index (requested by Scott Baker). 0.06 2013-09-08 (SHARYANTO) [BUG FIXES] - Fix misaligned hash keys because I colored hash keys too early (reported by Scott Baker). 0.05 2012-10-23 (SHARYANTO) - Allow turning color output on/off via $COLOR configuration or COLOR environment. 0.04 2012-08-08 (SHARYANTO) - No functional changes. Fix Abstract. 0.03 2012-07-10 (SHARYANTO) - Reimplement from using filter to using a modified Data::Dump 1.21. 0.02 2012-07-03 (SHARYANTO) - No functional changes. Add missing dep to Exporter-Lite. 0.01 2012-06-27 (SHARYANTO) - First release.