Version 0.17
[catagits/Catalyst-Plugin-SubRequest.git] / Changes
1 Revision history for Perl extension Catalyst::Plugin::SubRequest
2
3 0.17  2011-03-22 09:08:00 GMT
4         - Added subrequest and subrequest_response names aliased to 
5           sub_request and sub_request_response methods
6         - Fix RT#66126 debug mode path display bug.
7
8 0.16  2010-01-28 21:09:04 GMT
9         - Add subreq_res to get the full Catalyst::Response back
10           from the sub request. RT#39486
11
12 0.15  2009-11-23 22:47:32 GMT
13         - Be compatible with Catalyst 5.80014 by not writing to the
14           request body directly.
15         - Remove deprecation warnings by moving actions out of the test app.
16
17 0.14  2009-10-18 18:30:00 BST
18         - Tweak copyright info to ease downstream packaging.
19
20 0.13  2008-01-06 22:33:00 CET
21         - Update to work with new Stats package.
22
23 0.12  2007-09-12 13:08:00 CET
24         - Switch to Module::Install
25         - Fixed README (RT #16459)
26
27 0.11  2007-04-03 14:13:00
28         - $c->req->params restored after sub_request
29
30 0.10  2005-12-08 13:15:00  
31         - Updated test suite to work with new catalyst.
32
33 0.09  2005-10-28 01:07:00 
34         - localize body rather than output, which is an alias
35
36 0.08  2005-12-10 01:34:00 
37             - patch to handle NEXT trouble.
38
39 0.07  2005-08-01 12:08:00 
40         - reset path.
41         - allow passing params.
42
43 0.06  2005-06-08 20:27:00 
44         - Flush params as well
45         - allow stuff to be passed to the stash
46
47 0.05  2005-03-19 20:27:00 
48         - Added a log message in debug mode.
49
50 0.04  2005-03-19 20:27:00
51         - Updated forward to cat5 style
52         - Using Catalyst::Dispatch::dispatch instead of forward.
53
54 0.03  2005-03-19 20:27:00
55         - Fixed documentation.
56
57 0.02  2005-03-19 10:32:00
58         - Ooops, missed MANIFEST
59
60 0.01  2005-03-05 22:00:00
61         - first release