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