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