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