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