Revision history for Perl module JSON::Tiny

0.27 2013-05-15
  - Fixed JSON::Tiny to encode "inf" and "nan" values as strings. (chansen)
    (Mojolicious commit 7169414 -- v4.0)

0.26 2013-05-13
  - Change heuristics for number detection to better line up with user
    expectations (Mojolicious commit 9f75c27).

0.25 2012-03-05
  - Add test "Decode object with duplicate keys" (Mojolicious commit e4874cba)

0.24 2012-03-01
  - POD improvements.

0.23 2013-02-27
  - Bring code and tests current with Mojolicious commit 747f08d2 (Feb 3, 2013).
  - Add 'j' function (and Exporter dependency).
  - POD tweaks, incl. documentation for 'j' function.
  - Tests for 'j'.
  
0.22 2012-11-02
  - Enable lexical warnings for JSON/Tiny.pm.
  - Silence unwanted Perl Criticizims.
  - "Changes" is now W3CDTF compliant.
  - Add optional release test t/09-changes.t: "Changes" standards compliance.

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

0.20 2012-10-04
  - Bump version number to .20: avoid confusion with defunct Perl6 module of
    same name.
  - POD improvements.
  - Drop "ref($class) || $class;" from c'tor.
  - Drop '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.