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