The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Data-Format-Pretty-JSON

0.12    2016-03-11 (PERLANCAR)

	- Replace JSON with JSON::MaybeXS.


0.11    2014-12-10 (PERLANCAR)

	- No functional changes.

	- Use new name of renamed/split module SHARYANTO::String::Util ->
	  String::LineNumber.


0.10    2014-02-14 (SHARYANTO)

	- Revert previous decision. By default turn off line numbers except when
          LINUM=1 or linum=1, to avoid potential annoyance for users when trying
          to copy/paste output.


0.09    2014-02-14 (SHARYANTO)

	- By default now turn on line numbers when running interactively.


0.08    2013-11-12 (SHARYANTO)

	- No functional changes. Rebuild to fix t/00-compile.t generated by
	  older DZP::Test::Compile (2.019 < x < 2.033).


0.07     2013-09-29 (SHARYANTO)

         [BUG FIXES]

         - color and pretty settings were not independent. It is now possible to
           output colored but not pretty (compact), or uncolored but pretty
           output.

         - linum setting is also now independent.


0.06     2012-11-18 (SHARYANTO)

         - Observe environment COLOR.


0.05     2012-11-16 (SHARYANTO)

         - Yay, now use JSON::Color when interactive.


0.04     2012-08-07 (SHARYANTO)

         - No functional changes. Remove circular dependency on
           Data::Format::Pretty [RT#78781]. Thanks, MITHALDU.


0.03     2012-03-29 (SHARYANTO)

         - Add content_type().


0.02     2011-08-11 (SHARYANTO)

         - Add ::CompatJSON shortcut module.


0.01     2011-08-11 (SHARYANTO)

         - First release.