Prepare for new TT release
[catagits/Catalyst-View-TT.git] / Changes
1 Revision history for Perl extension Catalyst::View::TT.
2
3 0.28    2009-02-17 20:37:00
4         - Change from NEXT to MRO::Compat (t0m)
5         - fix pod generated by the helper (RT #33983)
6         - remove stray newline from generated lib/config/col template (RT #35340)
7
8 0.27    2008-04-30 12:30:00
9         - Add copy_config support to PROVIDERS
10         - Document providers and support unary plus for fully qualified class
11           names as in the example in TT pod.
12
13 0.26    2008-01-11 20:12:00
14         - Fix pod coverage
15         - Change from =item to =head2
16         - Update docs to reflect action change
17
18 0.25    2007-01-15 16:06
19         - The little typo that cold
20
21 0.24    2006-11-15 16:34
22         - Default to .tt extension
23         - pod cleanups for generated file
24         - Move to Module::Install
25         - Use Data::Dump for debug
26
27 0.23    Sun Mar 23 20:45:00 2006
28         - Added render suport. (Ash Berlin)
29
30 0.22    Fri Jan 16 18:25:00 2006
31         - stringify $c->action for automatic template match instead of $c->req->action.
32               * NOTE * This will change the match to the private name of the matched action!
33           if you use template_suffix you have to move your templates around!
34
35 0.21    Fri Dec 16 18:25:00 2005
36         - Added Template::Provider support (Jess Robinson)
37         - Fixed dynamic include bugs and added tests. (Zbigniew Lukasiak)
38
39 0.20    Mon Dec 12 03:35:00 2005
40         - Fall back to action (default/index returns blank on match)
41         - Added tests. (Daniel Westermann-Clark)
42         - Fixed TTSite helper to use correct app name.
43         - Added support for dynamic includes.
44
45 0.19    Tue Nov 15 09:52:00 2005
46         - unbreak config.
47
48 0.18    Mon Nov 14 20:43:00 2005
49         - Fixed more typos
50
51 0.17    Mon Nov 14 20:43:00 2005
52         - Fixed some typos
53
54 0.16    Mon Nov 14 20:43:00 2005
55         - Updated TTSite for Catalyst 5.5
56
57 0.15    Mon Nov 14 14:43:00 2005
58         - Updated for Catalyst 5.5
59         - Fix docs
60         - Added TEMPLATE_SUFFIX config variable 
61
62 0.14    Fri Oct 21 10:20:00 2005
63         - Turn timer off by default, even for debug.
64         - removed superflous 'templates' inside 'root'
65         - made it possible to forward to the message action by
66           passing the message in the stash. (example)
67         - Updated docs to show correct config syntax.
68
69 0.13    Fri Oct 07 13:30:00 2005
70         - Fixed constructor
71         - Big update by Andy Wardley
72         - Much improved docs
73
74 0.12    Wed Jul 06 15:24:00 2005
75         - Fixed, don't set Content-Type on failure
76         - Fixed helper to use [%author%]
77         - Fixed helper templates
78         - Rewrote docs
79
80 0.11    Fri Apr 15 16:00:00 2005
81         - Fixed broken helper.
82
83 0.10    Fri Apr 15 16:00:00 2005
84         - Added POD tests and made them pass.
85         - updated for Catalyst 5
86         - New TT Helpers.
87
88 0.09    Wed Mar 29 13:47:00 2005
89         - Don't override user-set charset/content-type
90         - Cleaned up the content-type we set.
91         - Updated README to current POD to current POD
92
93 0.08    Wed Mar 29 12:22:00 2005
94         - changed order of stash so stash can override c/base/name
95         - fixed some typos
96         - extended the documentation (Andrew Ford)
97
98 0.07    Sat Mar 04 23:00:00 2005
99         - fixed the bugs produced by draven and the_jester ;)
100
101 0.06    Fri Mar 04 20:00:00 2005
102         - new helper api
103
104 0.05    Mon Feb 28 10:00:00 2005
105         - added helper
106
107 0.04    Sun Feb 27 22:00:00 2005
108         - better debug messages (Marcus Ramberg)
109
110 0.03    Thu Feb 17 22:00:00 2005
111         - don't try to render something without a template
112
113 0.02    Tue Feb 01 02:00:00 2005
114         - using $c->req->match instead of $c->req->action
115
116 0.01    Fri Jan 28 22:00:00 2005
117         - first release