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