Fix plugin links in POD
[catagits/Catalyst-View-Component-SubInclude.git] / Changes
1 Revision history for Catalyst-View-Component-SubInclude
2
3 0.10  Tue 14 Dec 14:32:00 2010
4       - Add HTTP support (Wallace Reis)
5
6 0.09  Thu 10 June 21:24:00 2010
7       - Add SSI support (Vladimir Timofeev)
8       - Additional documentation.
9
10 0.08  Sun 16 May 15:52:00 2010
11       - Released 0.07_03 with no further changes.
12
13 0.07_03 Fri Feb 19 00:31:00 2010
14       - Autogenerate README file from Pod.
15       - Fix missing test_requires dependency on parent by dropping use of
16          that module.
17
18 0.07_02 Fri Feb 19 00:11:00 2010
19         - Fix missing test_requires dependency on Catalyst::Action::RenderView.
20
21 0.07_01 Mon Feb 15 22:41:54 2010
22         - It is now possible to configure plugins, and the subrequest
23           and visit plugins can be configured to not replace the stash
24           before redispatching.
25         - Fix Visit plugin to work with newer Catalyst versions.
26         - Use uri_for_action instead of calling methods in the dispatcher
27           directly when possible.
28         - Call pulbic rather than private methods in the dispatcher in the
29           subrequest backend.
30         - Plugins which are used now generate an instance for each plugin
31           which is subsequently cached.
32         - Fix useage of namespace::clean
33         - Proper test application bundled with the distribution.
34         - Proper tests for all engines in the distribution.
35         - Use Catalyst::Component::ContextClosure instead of weakening
36           the context manually.
37         - Make pod tests only run in author mode.
38         - General code cleanup.
39
40 0.07    Mon Jul 27 20:45:42 2009
41         - Fix some issues related to Args/CaptureArgs handling in the SubRequest
42           and Visit plugins.
43
44 0.06
45         - Weaken $c to avoid a memory leak.
46
47 0.05    Tue Apr 21 19:16:00 2009
48         - Change attribute constraint from ClassName to Str to fix issue with
49           newer Catalyst versions
50
51 0.04    Wed Feb 11 00:38:02 2009
52         - Recreate dist because the CPAN indexer doesn't like tarballs generated
53           on Windows.
54
55 0.03    Fri Feb  6 17:58:50 2009
56         - Add "subinclude_using"
57         - Tidy up dist (added README and this Changes file)
58
59 0.02    Thu Feb  5 23:26:54 2008
60         - Fixed several issues related to Chained actions
61         - Added the Visit subinclude plugin
62
63 0.01    Fri Jan 30 21:00:00 2009
64         First public version.
65