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