updated and fixed C::View::TT docs
[catagits/Catalyst-View-TT.git] / Changes
CommitLineData
8077080c 1Revision history for Perl extension Catalyst::View::TT.
2
23042c3c 30.12 Xxx Xxx 00 00:00:00 2005
4 - Fixed, don't set Content-Type on failure
bd9d89ad 5 - Fixed helper to use [%author%]
76c52c6e 6 - Fixed helper templates
722fede4 7 - Rewrote docs
23042c3c 8
b4dcea0e 90.11 Fri Apr 15 16:00:00 2005
10 - Fixed broken helper.
23042c3c 11
b4e2d420 120.10 Fri Apr 15 16:00:00 2005
2774dc77 13 - Added POD tests and made them pass.
becb7ac2 14 - updated for Catalyst 5
b4e2d420 15 - New TT Helpers.
becb7ac2 16
70a5ab0a 170.09 Wed Mar 29 13:47:00 2005
18 - Don't override user-set charset/content-type
19 - Cleaned up the content-type we set.
2599ee6f 20 - Updated README to current POD to current POD
becb7ac2 21
57cfe226 220.08 Wed Mar 29 12:22:00 2005
23 - changed order of stash so stash can override c/base/name
c90b1329 24 - fixed some typos
4687ac0d 25 - extended the documentation (Andrew Ford)
caa61517 260.07 Sat Mar 04 23:00:00 2005
27 - fixed the bugs produced by draven and the_jester ;)
28
6bf01217 290.06 Fri Mar 04 20:00:00 2005
30 - new helper api
31
8077080c 320.05 Mon Feb 28 10:00:00 2005
33 - added helper
34
350.04 Sun Feb 27 22:00:00 2005
36 - better debug messages (Marcus Ramberg)
37
380.03 Thu Feb 17 22:00:00 2005
39 - don't try to render something without a template
40
410.02 Tue Feb 01 02:00:00 2005
42 - using $c->req->match instead of $c->req->action
43
440.01 Fri Jan 28 22:00:00 2005
45 - first release