v1.21
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Action / Deserialize.pm
2017-11-22 Matthew Laird Added an optional mode for RFC 7231 compliance. The...
2015-10-29 Steve Kleiman Fix docs citing incorrect method, "serialize_bad_request"
2014-10-22 Arthur Axel 'fREW... no need for OurPkgVersion with modern dzil
2013-12-27 Arthur Axel 'fREW... remove hardcoded version strings
2013-11-08 John Napiorkowski why oh why does every class have VERSION??? 1.13
2013-09-05 John Napiorkowski oh my god, its full of tiny version numbers 1.12
2013-06-16 Dagfinn Ilmari Man... Release 1.11 1.11
2013-04-22 Dagfinn Ilmari Man... Version 1.10 1.10
2013-04-19 Dagfinn Ilmari Man... Version 1.09 1.09
2013-04-16 Tomas Doran Version 1.08 1.08
2013-04-11 Tomas Doran Version 1.07 1.07
2012-12-11 Tomas Doran Version 1.06 1.06
2012-07-02 Tomas Doran Version 1.05 1.05
2012-06-30 Tomas Doran Version 1.04 1.04
2012-06-27 Tomas Doran Version 1.03 1.03
2012-06-05 Tomas Doran Version 1.02 1.02
2012-06-05 Wallace Reis Make public response building methods for errors
2012-05-29 Tomas Doran Version 1.01 1.01
2012-04-13 Tomas Doran Version 1.00 1.00
2012-02-28 Tomas Doran Version 0.99 0.99
2012-02-21 Tomas Doran Version 0.98 0.98
2012-02-21 Tomas Doran Version 0.97 0.97
2012-01-30 Tomas Doran Version 0.96 0.96
2012-01-04 Tomas Doran Version 0.95 0.95
2011-12-09 Tomas Doran Version 0.94 0.94
2011-10-12 Brian Phillips Version 0.93 0.93
2011-09-20 Brian Phillips don't deserialize more than once
2011-08-04 Florian Ragwitz Version 0.91 0.91
2011-07-31 Florian Ragwitz Stop looping over requests methods on every request
2011-07-31 Johannes Plunien Add deserialize_http_methods attribute to Catalyst...
2011-02-25 Tomas Doran Version 0.90 0.90
2011-01-24 Dave Rolsky bump version to 0.89 0.89
2011-01-11 Tomas Doran Version 0.88 0.88
2010-11-03 Tomas Doran Version 0.87 0.87
2010-09-01 Tomas Doran Version 0.86 0.86
2010-05-13 Tomas Doran Bump versions 0.85
2010-05-06 Tomas Doran Bump versions, changelog
2010-02-08 Tomas Doran Bump versions 0.83
2010-02-08 nperez Add HTTP method DELETE
2010-02-04 Tomas Doran Bump versions for release 0.82
2010-01-18 Tomas Doran Update the Serialize and Deserialize classes to use...
2010-01-17 Dave Rolsky add a $VERSION to every module
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-11 Tomas Doran Additional pod cleanups
2009-05-28 agladdish Committing switch from NEXT to MRO::Compat.
2008-01-04 adam Updating my email address
2008-01-03 jshirley Configuration patches to handle component based configu...
2007-07-07 adam Making the default serializer be specified by content...
2007-03-09 adam Refactored the Content-Type negotiation to live in...
2006-12-03 adam r49@latte: adam | 2006-12-03 12:30:40 -0800
2006-11-20 adam Adding documentation, and a 202 Accepted status helper
2006-10-16 adam Ran perltidy
2006-10-16 adam Added Test Suite