fixed broken helper.
[catagits/Catalyst-View-TT.git] / Changes
CommitLineData
8077080c 1Revision history for Perl extension Catalyst::View::TT.
2
b4dcea0e 30.11 Fri Apr 15 16:00:00 2005
4 - Fixed broken helper.
b4e2d420 50.10 Fri Apr 15 16:00:00 2005
2774dc77 6 - Added POD tests and made them pass.
becb7ac2 7 - updated for Catalyst 5
b4e2d420 8 - New TT Helpers.
becb7ac2 9
70a5ab0a 100.09 Wed Mar 29 13:47:00 2005
11 - Don't override user-set charset/content-type
12 - Cleaned up the content-type we set.
2599ee6f 13 - Updated README to current POD to current POD
becb7ac2 14
57cfe226 150.08 Wed Mar 29 12:22:00 2005
16 - changed order of stash so stash can override c/base/name
c90b1329 17 - fixed some typos
4687ac0d 18 - extended the documentation (Andrew Ford)
caa61517 190.07 Sat Mar 04 23:00:00 2005
20 - fixed the bugs produced by draven and the_jester ;)
21
6bf01217 220.06 Fri Mar 04 20:00:00 2005
23 - new helper api
24
8077080c 250.05 Mon Feb 28 10:00:00 2005
26 - added helper
27
280.04 Sun Feb 27 22:00:00 2005
29 - better debug messages (Marcus Ramberg)
30
310.03 Thu Feb 17 22:00:00 2005
32 - don't try to render something without a template
33
340.02 Tue Feb 01 02:00:00 2005
35 - using $c->req->match instead of $c->req->action
36
370.01 Fri Jan 28 22:00:00 2005
38 - first release