0.134 2023-07-02 Released-By: PERLANCAR; Urgency: medium
- [doc] Give examples on how to specify options, paraticularly
color theme.
- Add a colortheme: bright256.
0.133 2021-11-24 Released-By: PERLANCAR; Urgency: medium
- [bugfix] Previous commit to work better with ColorTheme::NoColor was
incomplete. Apply patch from Kevin Van Workum (RT#140117).
- Observe NO_COLOR.
- [test] Add test script.
0.132 2021-11-23 Released-By: PERLANCAR; Urgency: medium
- Work better when using ColorTheme::NoColor (don't emit ANSI reset
because there's no ANSI color set, avoid perl undef warning)
(RT#140117, reported by Kevin Van Workum).
- Observe object's TO_JSON() (thanks Kevin Van Workum, RT #140118).
- Rename color theme modules to be more compliant with ColorTheme v2
(all modules are named under ColorTheme:: namespace). But allow
searching using ColorTheme:: as well as ColorTheme::JSON::Color::
prefixes.
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.