Revision history for Perl module JSON::Tiny
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.