X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changelog;h=14957b953269a1bc2325e41794f25e691e489c55;hb=e601addaf89882fccbc824c1a53328f0d049b32b;hp=8f73dd17e71bead881cf62d11fb60097a9c57fbc;hpb=d34c067af1ed1960db3a10e29df8fcf223dac59e;p=catagits%2FCatalyst-Action-REST.git diff --git a/Changelog b/Changelog index 8f73dd1..14957b9 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,12 @@ +Sun Dec 3 12:24:16 PST 2006 (adam) + Fixed things so that not having a Serialization module returns 415. + Fixed things so that failure to Deserialize sends the proper status. + Refactored the Plugin loading to Catalyst::Action::SerializeBase. + Updated the Documentation. + Added a whole raft of serializers. (JSON, all the Data::Serializer + supported ones, and XML::Simple) + Added test cases. + Thu Nov 30 23:51:04 PST 2006 (adam) Refactored the Catalyst::Action::REST dispatch, so that the default method is called before any _METHOD handlers. In addition, moved @@ -5,12 +14,12 @@ Thu Nov 30 23:51:04 PST 2006 (adam) of the default sub. (daisuke++ pointed out the inconsistency and provided a patch, and I added the foo_not_implemented support) - Added in automated OPTIONS handler, which constructs the allow + Added in automated OPTIONS handler, which constructs the allow header for you, just like the 405 handler. Can be overridden with a normal _METHOD sub. Refactored Test::Rest, so that it uses closures to create the - very similar $test->method() subs. + very similar $test->method() subs. Added tests for Catalyst::Action::REST.