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