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