b46103778a4f4e3fd37faa0688688465608b9bd6
[catagits/Catalyst-Action-REST.git] / Changelog
1 Thu 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
8         Added in automated OPTIONS handler, which constructs the allow
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
13           very similar $test->method() subs.
14
15         Added tests for Catalyst::Action::REST.
16
17 Thu 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
21 Sun Nov 19 16:24:20 PST 2006 (adam) - Release 0.1
22         Added status_accepted (Code 202)
23         Added a first pass at documentation.
24
25 Mon 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
29         Added status_created helper method
30
31 Wed Oct 18 17:29:07 PDT 2006 (adam)
32         Added more status_ helpers
33
34 Thu 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.
37         Added logging to 4xx status handlers
38