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