Forgot to escape the ?
[catagits/Catalyst-Action-REST.git] / Changelog
CommitLineData
a621925a 1Tue 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
8f00a41b 5Sun 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.
e601adda 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
d34c067a 18Thu 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
5e87ec47 25 Added in automated OPTIONS handler, which constructs the allow
d34c067a 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
5e87ec47 30 very similar $test->method() subs.
d34c067a 31
32 Added tests for Catalyst::Action::REST.
33
33e5de96 34Thu 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
38Sun Nov 19 16:24:20 PST 2006 (adam) - Release 0.1
398c5a1b 39 Added status_accepted (Code 202)
40 Added a first pass at documentation.
41
7ad87df9 42Mon 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
5511d1ff 46 Added status_created helper method
cc186a5b 47
48Wed Oct 18 17:29:07 PDT 2006 (adam)
49 Added more status_ helpers
50
bdc54939 51Thu 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.
edab9038 54 Added logging to 4xx status handlers
bdc54939 55