0.131 2021-05-07 Released-By: PERLANCAR; Urgency: medium
- [bugfix] Add missing prereq to ColorThemeRole::ANSI (resolves
https://github.com/ingydotnet/xxx-pm/issues/13).
0.130 2020-06-09 Released-By: PERLANCAR; Urgency: medium
- Add color theme support.
0.12 2016-08-23 Released-By: PERLANCAR
- No functional changes.
- [doc] Add FAQ about encoding number as string.
0.11 2015-12-23 Released-By: PERLANCAR
- No functional changes.
- Add example of sort_by together with Sort::ByExample.
0.10 2015-12-23 Released-By: PERLANCAR
- [Incompatible change] Replace sort_keys option with sort_by,
which is what the JSON module uses.
0.09 2015-12-23 Released-By: PERLANCAR
- Add option: sort_keys.
0.08 2015-10-20 Released-By: PERLANCAR
- No functional changes.
- Make Scalar::Util::LooksLikeNumber an optional prereq, to avoid
having to depend on a non-core XS module.
0.07 2015-04-04 Released-By: PERLANCAR
- No functional changes.
- [doc] Add FAQ item, mention Data::Clean::JSON.
0.06 2014-06-30 Released-By: SHARYANTO
- Workaround for Scalar::Util 1.39 change to looks_like_number()
(booleanize the result). Use (temporary?) replacement
Scalar::Util::LooksLikeNumber.
0.05 2012-11-22 Released-By: SHARYANTO
- dist: Specify minimum version for Term::ANSIColor (BRIGHT_GREEN etc
not yet specified in older version).
0.04 2012-11-16 Released-By: SHARYANTO
- Differentiate color between 3 (number) and "3" (string).
0.03 2012-11-16 Released-By: SHARYANTO
- Add option 'linum' to include line numbers.
0.02 2012-11-16 Released-By: SHARYANTO
- Colorize escape code in object key.
0.01 2012-11-16 Released-By: SHARYANTO
- First release.