View::TT - Fixed helper to use [%author%]
[catagits/Catalyst-View-TT.git] / Changes
1 Revision history for Perl extension Catalyst::View::TT.
2
3 0.12  Xxx Xxx 00 00:00:00 2005
4         - Fixed, don't set Content-Type on failure
5         - Fixed helper to use [%author%]
6
7 0.11  Fri Apr 15 16:00:00 2005
8         - Fixed broken helper.
9
10 0.10  Fri Apr 15 16:00:00 2005
11         - Added POD tests and made them pass.
12         - updated for Catalyst 5
13         - New TT Helpers.
14
15 0.09  Wed Mar 29 13:47:00 2005
16         - Don't override user-set charset/content-type
17         - Cleaned up the content-type we set.
18         - Updated README to current POD to current POD
19
20 0.08  Wed Mar 29 12:22:00 2005
21         - changed order of stash so stash can override c/base/name
22         - fixed some typos
23         - extended the documentation (Andrew Ford)
24 0.07  Sat Mar 04 23:00:00 2005
25         - fixed the bugs produced by draven and the_jester ;)
26
27 0.06  Fri Mar 04 20:00:00 2005
28         - new helper api
29
30 0.05  Mon Feb 28 10:00:00 2005
31         - added helper
32
33 0.04  Sun Feb 27 22:00:00 2005
34         - better debug messages (Marcus Ramberg)
35
36 0.03  Thu Feb 17 22:00:00 2005
37         - don't try to render something without a template
38
39 0.02  Tue Feb 01 02:00:00 2005
40         - using $c->req->match instead of $c->req->action
41
42 0.01  Fri Jan 28 22:00:00 2005
43         - first release