Add myself to contributors
[catagits/Catalyst-View-Component-SubInclude.git] / Changes
CommitLineData
b2285828 1Revision history for Catalyst-View-Component-SubInclude
2
cc37b7b3 30.07_01 Mon Feb 15 22:41:54 2010
4 - It is now possible to configure plugins, and the subrequest
5 and visit plugins can be configured to not replace the stash
6 before redispatching.
7 - Fix Visit plugin to work with newer Catalyst versions.
8 - Use uri_for_action instead of calling methods in the dispatcher
9 directly when possible.
10 - Call pulbic rather than private methods in the dispatcher in the
11 subrequest backend.
12 - Plugins which are used now generate an instance for each plugin
13 which is subsequently cached.
14 - Fix useage of namespace::clean
15 - Proper test application bundled with the distribution.
16 - Proper tests for all engines in the distribution.
17 - Use Catalyst::Component::ContextClosure instead of weakening
18 the context manually.
19 - Make pod tests only run in author mode.
20 - General code cleanup.
21
9399de67 220.07 Mon Jul 27 20:45:42 2009
23 - Fix some issues related to Args/CaptureArgs handling in the SubRequest
24 and Visit plugins.
25
c2725520 260.06
ab0b6bbd 27 - Weaken $c to avoid a memory leak.
28
7c937ccc 290.05 Tue Apr 21 19:16:00 2009
30 - Change attribute constraint from ClassName to Str to fix issue with
31 newer Catalyst versions
32
84616d2a 330.04 Wed Feb 11 00:38:02 2009
c2725520 34 - Recreate dist because the CPAN indexer doesn't like tarballs generated
84616d2a 35 on Windows.
36
b2285828 370.03 Fri Feb 6 17:58:50 2009
84616d2a 38 - Add "subinclude_using"
39 - Tidy up dist (added README and this Changes file)
b2285828 40
410.02 Thu Feb 5 23:26:54 2008
42 - Fixed several issues related to Chained actions
84616d2a 43 - Added the Visit subinclude plugin
b2285828 44
450.01 Fri Jan 30 21:00:00 2009
46 First public version.
47