Fix .gitignore for new dist name
[catagits/Catalyst-Action-Serialize-Data-Serializer.git] / lib /
2013-04-16 Tomas Doran Version 1.08 1.08
2013-04-16 Tomas Doran Fix spelling
2013-04-12 Arthur Axel 'fREW... Split into new dist
2013-04-11 Tomas Doran Version 1.07
2013-04-11 Tomas Doran Security fix
2013-03-15 Shea Levy Don't serialize if a view is explicitly set.
2012-12-11 Tomas Doran Version 1.06
2012-12-09 Dagfinn Ilmari Man... Sort list of allowed methods. RT#81825
2012-07-02 Tomas Doran Version 1.05
2012-07-02 Wallace Reis Remove not_implemented from the list of allowed methods
2012-06-30 Wallace Reis Extend get_allowed_methods to include HEAD
2012-06-30 Tomas Doran Version 1.04
2012-06-29 Wallace Reis Bugfix _dispatch_rest_method
2012-06-27 Tomas Doran Version 1.03
2012-06-25 Wallace Reis Add me to the CONTRIB list
2012-06-25 Wallace Reis Document default HEAD handler
2012-06-25 Wallace Reis Expose _get_allowed_methods to the API
2012-06-25 Wallace Reis Fix default OPTIONS handler
2012-06-22 Wallace Reis Add default HEAD handler
2012-06-21 Wallace Reis Bit of rework for _dispatch_rest_method
2012-06-05 Tomas Doran Version 1.02
2012-06-05 Wallace Reis Make public response building methods for errors
2012-06-05 Tomas Doran Fix display of foo_GET mehods in non-root controllers
2012-05-29 Tomas Doran Version 1.01
2012-05-29 Wallace Reis Oops. ENV setting should be in ::XS classes
2012-05-29 Wallace Reis Rework ::XS serializer and deserializer classes
2012-05-28 Wallace Reis Enable UTF-8 for JSON::XS serializer
2012-04-13 Tomas Doran Version 1.00
2012-02-28 Tomas Doran Version 0.99
2012-02-21 Tomas Doran Version 0.98
2012-02-21 Tomas Doran Version 0.97
2012-01-30 Tomas Doran Version 0.96
2012-01-30 Tomas Doran Added fix for RT 63537 (from Gerv) and tests to check it.
2012-01-04 Tomas Doran Version 0.95
2012-01-04 Tomas Doran Fix periods in jsonp param name. RT#73741
2012-01-04 Tomas Doran Add optional location parameter to status_acceped handl...
2011-12-09 Tomas Doran Version 0.94
2011-11-29 Caleb Cushing create status 302 "found"
2011-11-25 Caleb Cushing add 403 Forbidden
2011-10-13 Brian Phillips removed extraneous "use"
2011-10-12 Brian Phillips Version 0.93
2011-10-12 Brian Phillips fix spelling errors
2011-10-12 Brian Phillips allow request/response deserialization/serialization...
2011-10-01 Tomas Doran Fix Pod, update README
2011-10-01 Tomas Doran Add a suitable warning as loading this has global effects
2011-09-21 Brian Phillips new action class to handle deserializing multi-part...
2011-09-20 Brian Phillips allow $c->req->body to be a simple filehandle or a...
2011-09-20 Brian Phillips don't deserialize more than once
2011-08-04 Florian Ragwitz Version 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-07-05 Tomas Doran Doc fix (moar). thanks bfwg
2011-07-05 Tomas Doran Doc fix. thanks bfwg
2011-03-22 Tomas Doran Fix typo. RT#66501
2011-02-28 Tomas Doran Add dates to copyright for debian
2011-02-25 Tomas Doran Version 0.90
2011-01-24 Dave Rolsky bump version to 0.89
2011-01-23 Dave Rolsky Clarify final Accept rule for browser-ness
2011-01-22 Dave Rolsky Changes to accommodate Action::REST::ForBrowsers
2011-01-22 Dave Rolsky Add POD for Action::ForBrowsers
2011-01-22 Dave Rolsky Action::REST::ForBrowsers works, with tests
2011-01-22 Dave Rolsky Move dispatching logic to its own method so it's easier...
2011-01-22 Dave Rolsky Small refactoring of case where there is no code for...
2011-01-22 Dave Rolsky Fix some weirdo indentation
2011-01-22 Dave Rolsky Make all classes immutable
2011-01-22 Dave Rolsky Add explicit 1;
2011-01-22 Dave Rolsky Add explicit 1;
2011-01-22 Dave Rolsky Add explicit 1;
2011-01-20 Dave Rolsky Fix a typoe comment
2011-01-11 Tomas Doran Version 0.88
2011-01-11 Tomas Doran Fix warning and test blank body behavior
2011-01-07 Justin Hunter fix for undef bodies
2010-12-02 Tomas Doran Fix docs
2010-11-03 Tomas Doran Version 0.87
2010-11-03 Tomas Doran Fix for Moose changes
2010-09-01 Tomas Doran Version 0.86
2010-09-01 Tomas Doran Add a json_options key to the REST controller
2010-09-01 Tomas Doran Security patch for the Data::Dumper serializer
2010-07-07 Tomas Doran Add comments to clarify
2010-05-13 Tomas Doran Bump versions
2010-05-13 Tomas Doran Back compat fix for Gitalist
2010-05-08 Tomas Doran Doc fix
2010-05-06 Tomas Doran Merge remote branch 'origin/master'
2010-05-06 Tomas Doran Bump versions, changelog
2010-05-06 Tomas Doran Commit patch from Fabien Wernli
2010-03-22 t0m Merge commit 'origin/master'
2010-03-22 t0m Revert "When inserting Cat::Req::REST, always add trait...
2010-02-08 Tomas Doran Bump versions
2010-02-08 Tomas Doran Docs and fix test
2010-02-08 nperez Add HTTP method DELETE
2010-02-04 Tomas Doran Bump versions for release
2010-01-28 Dave Rolsky Sort list of contributors
2010-01-28 Dave Rolsky Add POD escapes for < and >
2010-01-28 Dave Rolsky Add myself to list of contributors
2010-01-28 Dave Rolsky correct all spelling errors
2010-01-22 Arthur Axel 'fREW... fix json to encode_blessed
2010-01-22 Arthur Axel 'fREW... changes to allow objects instead of classes for Serializers
2010-01-18 Tomas Doran Update the Serialize and Deserialize classes to use...
2010-01-18 Tomas Doran Doc nits pointed out in RT#53780
2010-01-17 Dave Rolsky Move author tests to xt. Finish adding version nums...
next