r49@latte: adam | 2006-12-03 12:30:40 -0800
[catagits/Catalyst-Action-REST.git] / Changelog
CommitLineData
e601adda 1Sun Dec 3 12:24:16 PST 2006 (adam)
2 Fixed things so that not having a Serialization module returns 415.
3 Fixed things so that failure to Deserialize sends the proper status.
4 Refactored the Plugin loading to Catalyst::Action::SerializeBase.
5 Updated the Documentation.
6 Added a whole raft of serializers. (JSON, all the Data::Serializer
7 supported ones, and XML::Simple)
8 Added test cases.
9
d34c067a 10Thu Nov 30 23:51:04 PST 2006 (adam)
11 Refactored the Catalyst::Action::REST dispatch, so that the default
12 method is called before any _METHOD handlers. In addition, moved
13 the 405 Not Implemented handler to be foo_not_implemented, instead
14 of the default sub. (daisuke++ pointed out the inconsistency and
15 provided a patch, and I added the foo_not_implemented support)
16
5e87ec47 17 Added in automated OPTIONS handler, which constructs the allow
d34c067a 18 header for you, just like the 405 handler. Can be overridden
19 with a normal _METHOD sub.
20
21 Refactored Test::Rest, so that it uses closures to create the
5e87ec47 22 very similar $test->method() subs.
d34c067a 23
24 Added tests for Catalyst::Action::REST.
25
33e5de96 26Thu Nov 30 17:14:51 PST 2006 (adam) - Release 0.2
27 Added documentation patch from Daisuke Maki (daisuke@endeworks.jp)
28 Added dependency patch from Daisuke Maki (daisuke@endeworks.jp)
29
30Sun Nov 19 16:24:20 PST 2006 (adam) - Release 0.1
398c5a1b 31 Added status_accepted (Code 202)
32 Added a first pass at documentation.
33
7ad87df9 34Mon Oct 16 14:48:54 PDT 2006 (adam)
35 Added in Test Suite
36 Created Catalyst::Action::Serialize and Catalyst::Action::Deserialize
37 Added Data::Serializer actions
5511d1ff 38 Added status_created helper method
cc186a5b 39
40Wed Oct 18 17:29:07 PDT 2006 (adam)
41 Added more status_ helpers
42
bdc54939 43Thu Oct 19 16:04:33 PDT 2006 (adam)
44 Converted error helpers to return an object instead of plain-text. It's
45 a more consistent model than a text/plain error message.
edab9038 46 Added logging to 4xx status handlers
bdc54939 47