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