prepared for 0.14
[catagits/Catalyst-View-TT.git] / Changes
CommitLineData
8077080c 1Revision history for Perl extension Catalyst::View::TT.
2
19ee577a 30.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
c0eb0527 80.13 Fri Oct 07 13:30:00 2005
9300af5b 9 - Fixed constructor
8cd017a8 10 - Big update by Andy Wardley
c0eb0527 11 - Much improved docs
9300af5b 12
c0eb0527 130.12 Wed Jul 06 15:24:00 2005
23042c3c 14 - Fixed, don't set Content-Type on failure
bd9d89ad 15 - Fixed helper to use [%author%]
76c52c6e 16 - Fixed helper templates
722fede4 17 - Rewrote docs
23042c3c 18
b4dcea0e 190.11 Fri Apr 15 16:00:00 2005
20 - Fixed broken helper.
23042c3c 21
b4e2d420 220.10 Fri Apr 15 16:00:00 2005
2774dc77 23 - Added POD tests and made them pass.
becb7ac2 24 - updated for Catalyst 5
b4e2d420 25 - New TT Helpers.
becb7ac2 26
70a5ab0a 270.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.
2599ee6f 30 - Updated README to current POD to current POD
becb7ac2 31
57cfe226 320.08 Wed Mar 29 12:22:00 2005
33 - changed order of stash so stash can override c/base/name
c90b1329 34 - fixed some typos
4687ac0d 35 - extended the documentation (Andrew Ford)
caa61517 360.07 Sat Mar 04 23:00:00 2005
37 - fixed the bugs produced by draven and the_jester ;)
38
6bf01217 390.06 Fri Mar 04 20:00:00 2005
40 - new helper api
41
8077080c 420.05 Mon Feb 28 10:00:00 2005
43 - added helper
44
450.04 Sun Feb 27 22:00:00 2005
46 - better debug messages (Marcus Ramberg)
47
480.03 Thu Feb 17 22:00:00 2005
49 - don't try to render something without a template
50
510.02 Tue Feb 01 02:00:00 2005
52 - using $c->req->match instead of $c->req->action
53
540.01 Fri Jan 28 22:00:00 2005
55 - first release