fixed constructor to use passed $args
[catagits/Catalyst-View-TT.git] / Changes
CommitLineData
8077080c 1Revision history for Perl extension Catalyst::View::TT.
2
9300af5b 30.12 Xxx Xxx 00 00:00:00 2005
4 - Fixed constructor
5
a6e5ea0d 60.12 Web Jul 06 15:24:00 2005
23042c3c 7 - Fixed, don't set Content-Type on failure
bd9d89ad 8 - Fixed helper to use [%author%]
76c52c6e 9 - Fixed helper templates
722fede4 10 - Rewrote docs
23042c3c 11
b4dcea0e 120.11 Fri Apr 15 16:00:00 2005
13 - Fixed broken helper.
23042c3c 14
b4e2d420 150.10 Fri Apr 15 16:00:00 2005
2774dc77 16 - Added POD tests and made them pass.
becb7ac2 17 - updated for Catalyst 5
b4e2d420 18 - New TT Helpers.
becb7ac2 19
70a5ab0a 200.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.
2599ee6f 23 - Updated README to current POD to current POD
becb7ac2 24
57cfe226 250.08 Wed Mar 29 12:22:00 2005
26 - changed order of stash so stash can override c/base/name
c90b1329 27 - fixed some typos
4687ac0d 28 - extended the documentation (Andrew Ford)
caa61517 290.07 Sat Mar 04 23:00:00 2005
30 - fixed the bugs produced by draven and the_jester ;)
31
6bf01217 320.06 Fri Mar 04 20:00:00 2005
33 - new helper api
34
8077080c 350.05 Mon Feb 28 10:00:00 2005
36 - added helper
37
380.04 Sun Feb 27 22:00:00 2005
39 - better debug messages (Marcus Ramberg)
40
410.03 Thu Feb 17 22:00:00 2005
42 - don't try to render something without a template
43
440.02 Tue Feb 01 02:00:00 2005
45 - using $c->req->match instead of $c->req->action
46
470.01 Fri Jan 28 22:00:00 2005
48 - first release