Revision history for Perinci-Result-Format-Lite

0.07    2015-11-21 (PERLANCAR)

	- Add new format: csv.


0.06    2015-09-30 (PERLANCAR)

	- Switch from JSON::Tiny to JSON::Tiny::Subclassable because the
	  latter can do pretty encoding.


0.05    2015-09-30 (PERLANCAR)

	- Also try to use JSON::Tiny (embedded by
	  Perinci::CmdLine::Inline), because JSON::PP is not yet core in
	  perl < 5.14.


0.04    2015-09-29 (PERLANCAR)

        - Make more suitable for use by Perinci::CmdLine::Inline.

        - Inline List::MoreUtils::PP::firstidx() (List::MoreUtils is a non-core
          XS module).

        - Allow to skip cleansing (because in Perinci::CmdLine::Inline we
          already cleanse result using embedded code generated by
          Data::Clean::JSON).

        - Switch to JSON::PP as fallback, because JSON::PP is core in perl >=
          5.14 (and JSON::XS is a non-core XS module). But we try to use
          JSON::XS first if it's available.


0.03    2015-09-15 (PERLANCAR)

	- Add $DATE & $VERSION.


0.02    2015-09-12 (PERLANCAR)

	- [Bugfix] Forgot to import List::Util's first().


0.01     2015-09-11 (PERLANCAR)

         - First release, extracted from Perinci-CmdLine-Lite.
