more ignoring git files when making tarball
[catagits/Catalyst-Plugin-SubRequest.git] / Changes
CommitLineData
a23f7a97 1Revision history for Perl extension Catalyst::Plugin::SubRequest
aae30f91 2
4d21cbd4 30.21 2015-04-03
4 - Make this work on more modern Catalyst versions.
5
96e0398b 60.20 2012-08-07 18:03:00 BRT
7 - Fix RT#78821
8
671f6003 90.19 2012-07-19 23:50:58 BRT
10 - Fixed non-propagation of parameters to subrequests
11
d35825f6 120.18 2012-06-20 08:58:54 BRT
13 - Major refactor using Plack
14 - Fix RT#77830 side-effect propagation to original request
15
d7361335 160.17 2011-03-22 09:08:00 GMT
17 - Added subrequest and subrequest_response names aliased to
18 sub_request and sub_request_response methods
19 - Fix RT#66126 debug mode path display bug.
1187252a 20
87c672db 210.16 2010-01-28 21:09:04 GMT
22 - Add subreq_res to get the full Catalyst::Response back
23 from the sub request. RT#39486
24
61114b68 250.15 2009-11-23 22:47:32 GMT
26 - Be compatible with Catalyst 5.80014 by not writing to the
27 request body directly.
28 - Remove deprecation warnings by moving actions out of the test app.
29
85ec975f 300.14 2009-10-18 18:30:00 BST
31 - Tweak copyright info to ease downstream packaging.
32
6162c29a 330.13 2008-01-06 22:33:00 CET
34 - Update to work with new Stats package.
35
5ed37dbc 360.12 2007-09-12 13:08:00 CET
ad73ee58 37 - Switch to Module::Install
38 - Fixed README (RT #16459)
39
094ec48f 400.11 2007-04-03 14:13:00
39f0812b 41 - $c->req->params restored after sub_request
ad73ee58 42
f51873e5 430.10 2005-12-08 13:15:00
44 - Updated test suite to work with new catalyst.
ad73ee58 45
f51873e5 460.09 2005-10-28 01:07:00
47 - localize body rather than output, which is an alias
ad73ee58 48
c82d9501 490.08 2005-12-10 01:34:00
f51873e5 50 - patch to handle NEXT trouble.
ad73ee58 51
885f6da0 520.07 2005-08-01 12:08:00
53 - reset path.
54 - allow passing params.
ad73ee58 55
2ca51b6b 560.06 2005-06-08 20:27:00
8c464987 57 - Flush params as well
58 - allow stuff to be passed to the stash
ad73ee58 59
8c464987 600.05 2005-03-19 20:27:00
9252a294 61 - Added a log message in debug mode.
ad73ee58 62
8c464987 630.04 2005-03-19 20:27:00
aae30f91 64 - Updated forward to cat5 style
2e5b4f5d 65 - Using Catalyst::Dispatch::dispatch instead of forward.
ad73ee58 66
8c464987 670.03 2005-03-19 20:27:00
aae30f91 68 - Fixed documentation.
ad73ee58 69
8c464987 700.02 2005-03-19 10:32:00
aae30f91 71 - Ooops, missed MANIFEST
72
8c464987 730.01 2005-03-05 22:00:00
aae30f91 74 - first release