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