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