perltidy
[catagits/Catalyst-Action-REST.git] / Changelog
CommitLineData
28463ece 1Thu May 24 14:01:06 PDT 2007 (adam) - Release 0.41
2 Moved a bogus $self->class to $c->component($self->class)
3
9a76221e 4Fri 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
2224bad1 11Wed 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
a621925a 15Tue 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
8f00a41b 19Sun 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.
e601adda 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
d34c067a 32Thu 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
5e87ec47 39 Added in automated OPTIONS handler, which constructs the allow
d34c067a 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
5e87ec47 44 very similar $test->method() subs.
d34c067a 45
46 Added tests for Catalyst::Action::REST.
47
33e5de96 48Thu 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
52Sun Nov 19 16:24:20 PST 2006 (adam) - Release 0.1
398c5a1b 53 Added status_accepted (Code 202)
54 Added a first pass at documentation.
55
7ad87df9 56Mon 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
5511d1ff 60 Added status_created helper method
cc186a5b 61
62Wed Oct 18 17:29:07 PDT 2006 (adam)
63 Added more status_ helpers
64
bdc54939 65Thu 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.
edab9038 68 Added logging to 4xx status handlers
bdc54939 69