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