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