Revision history for Perl module JSON::Tiny

0.23 2013-02-27
  - Bring JSON::Tiny's code and tests current with Mojolicious commit
    747f08d2b8280a1b333d888aee6c231b631af906 (Feb 03, 2013).
  - Added 'j' function (this change adds Exporter dependency).
  - POD tweaks, including documentation for 'j' function.
  - Test improvements, including testing for 'j' function.
  
0.22 2012-11-02
  - Lexical warnings now enabled for JSON/Tiny.pm.
  - Silenced some unwanted Perl Critic criticizims.
  - Dates in "Changes" are now W3CDTF compliant.
  - Added optional author "release test" t/09-changes.t to test "Changes"
    standards compliance.

0.21 2012-10-27
  - Added boolean shortcut support to JSON::Tiny (See Mojolicious v3.52).
  - Fixed small context bugs (See Mojolicious v3.51).

0.20 2012-10-04
  - Bump version number to .20: avoid confusion with unrelated
    Perl6 module previously using same namespace.
  - POD improvements.
  - Remove "ref($class) || $class;" from constructor.
  - Remove 'beta' status.

0.01 2012-10-03
  - Initial release.
  - JSON::Tiny adapted from Mojo::JSON.
  - t/20-mojo-json.t adapted from Mojolicious/t/mojo/json.t
  - Mojolicious and Mojo dependencies removed.
  - Artistic 2.0 license matches Mojolicious.