Revision history for JSON::Tiny
0.21 October 27, 2012 19:28 PDT
- Added boolean shortcut support to JSON::Tiny (See Mojolicious v3.52).
- Fixed small context bugs (See Mojolicious v3.51).
0.20 October 4, 2012 00:01:00 PDT
- 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 October 3, 2012 00:27:00 PDT
- 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.