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