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