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