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