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