made SubReq create its own context
[catagits/Catalyst-Plugin-SubRequest.git] / Changes
1 Revision history for Perl extension Catalyst::Plugin::SubRequest
2
3 0.11  2006-04-21 14:13:00
4         - $c->req->params restored after sub_request
5 0.10  2005-12-08 13:15:00  
6         - Updated test suite to work with new catalyst.
7 0.09  2005-10-28 01:07:00 
8         - localize body rather than output, which is an alias
9 0.08  2005-12-10 01:34:00 
10             - patch to handle NEXT trouble.
11 0.07  2005-08-01 12:08:00 
12         - reset path.
13         - allow passing params.
14 0.06  2005-06-08 20:27:00 
15         - Flush params as well
16         - allow stuff to be passed to the stash
17 0.05  2005-03-19 20:27:00 
18         - Added a log message in debug mode.
19 0.04  2005-03-19 20:27:00
20         - Updated forward to cat5 style
21         - Using Catalyst::Dispatch::dispatch instead of forward.
22 0.03  2005-03-19 20:27:00
23         - Fixed documentation.
24 0.02  2005-03-19 10:32:00
25         - Ooops, missed MANIFEST
26
27 0.01  2005-03-05 22:00:00
28         - first release