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