The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
This file documents the revision history for Perl extension MojoX::JSON::RPC.

0.08 2015-02-08 00:00:00
     - Fixed typo in credit
     - Bumped version. 0.0.7 was packaged incorrectly. 

0.07 2015-02-07 00:00:00
     - Replace OO-interface of Mojo::JSON with functional interface (reneeb)
     - Add metaresources to Makefile.PL (reneeb)
     - Updated PREREQ_PM to Mojolicious 5.77
     - Updated copyright to 2015

0.06 2014-02-02 00:00:00
     - Fixed: #87793: The client cannot be used independently
     - Fixed: #92613: Deprecated use of Mojo::UserAgent::app
     - Fixed: Deprecated use of Mojolicious::secret
     - Updated PREREQ_PM to Mojolicious 4.74
     - Updated copyright to 2014

0.05 2013-05-26 00:00:00
     - remove use of render_json to make Mojolicious 4.0 happy
     - Updated PREREQ_PM to Mojolicious 4.00

0.04 2012-05-14 00:00:00
     - Added 'with_self' option which gives access to the controller object itself (iafan)
     - Added tests for 'with_self'

0.03 2012-02-20 00:00:00
     - Fixed: log attribute is removed from Mojo::UserAgent in Mojolicious 2.39.

0.02 2011-12-22 00:00:00
     - Updated req. to Mojolicious 1.86 and fixed some deprecation warnings in tests

0.01 2011-05-07 00:00:00
     - First release.