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