Bump versions for release
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Action / Serialize /
2010-02-04 Tomas Doran Bump versions for release 0.82
2010-01-22 Arthur Axel 'fREW... fix json to encode_blessed
2010-01-17 Dave Rolsky Move author tests to xt. Finish adding version nums...
2010-01-17 Dave Rolsky add a $VERSION to every module
2010-01-14 Tomas Doran Trim trailing whitespace
2010-01-14 Tomas Doran BEGIN { extends only needed for method attributes,...
2010-01-14 nebulous regex typo
2010-01-14 nebulous Added a Moose
2010-01-14 Tomas Doran Use strict and warnings
2010-01-14 nebulous Added JSONP module and tests. Child of Catalyst::Action...
2009-12-19 Andrew Rodland Add some real error-handling for Serialize::View
2009-12-19 Andrew Rodland View is halfway there. Do we want to poke in $c->error...
2009-12-19 Andrew Rodland Port Serialize classes except for View.
2009-12-17 Andrew Rodland Add some real error-handling for Serialize::View
2009-12-17 Andrew Rodland View is halfway there. Do we want to poke in $c->error...
2009-12-17 Andrew Rodland Port Serialize classes except for View.
2009-12-11 Tomas Doran Change all classes to Moose
2009-12-11 Tomas Doran Cherry pick everything bar the use parent change from...
2009-12-10 Dan Dascalescu Catalyst::Action::Serialize::View uses the calculated...
2009-08-17 Tomas Doran (t0m) Fix failing test. Normalize method names
2009-08-17 Tomas Doran (t0m) Doh, I meant that - works better
2009-08-17 Tomas Doran (t0m) Add new serializer for JSON::XS
2009-03-25 Hans Dieter Pearcey replace many uses of $controller->config with $controll...
2008-07-09 jshirley Changing from JSON::Syck to JSON and JSON::XS
2008-01-04 adam Updating my email address
2008-01-04 claco r1144@mbp: claco | 2008-01-03 19:43:42 -0500
2008-01-03 jshirley Configuration patches to handle component based configu...
2007-03-09 adam Refactored the Content-Type negotiation to live in...
2006-12-05 adam Forgot to escape the ?
2006-12-05 adam Made the YAML::HTML view automatically append the conte...
2006-12-03 adam r49@latte: adam | 2006-12-03 12:30:40 -0800
2006-10-16 adam Ran perltidy
2006-10-16 adam Added Test Suite
2006-10-14 adam Initial commit of Catalyst-Action-REST