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