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