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