prepared to release 0.15
[catagits/Catalyst-View-TT.git] / Changes
CommitLineData
8077080c 1Revision history for Perl extension Catalyst::View::TT.
2
93f25382 30.15 - Mon Nov 14 14:43:00 2005
7d8aa5ec 4 - Updated for Catalyst 5.5
4729c102 5 - Fix docs
747f2b6d 6 - Added TEMPLATE_SUFFIX config variable
4729c102 7
1749a637 80.14 - Fri Oct 21 10:20:00 2005
7d607671 9 - Turn timer off by default, even for debug.
10 - removed superflous 'templates' inside 'root'
11 - made it possible to forward to the message action by
12 passing the message in the stash. (example)
13 - Updated docs to show correct config syntax.
19ee577a 14
c0eb0527 150.13 Fri Oct 07 13:30:00 2005
9300af5b 16 - Fixed constructor
8cd017a8 17 - Big update by Andy Wardley
c0eb0527 18 - Much improved docs
9300af5b 19
c0eb0527 200.12 Wed Jul 06 15:24:00 2005
23042c3c 21 - Fixed, don't set Content-Type on failure
bd9d89ad 22 - Fixed helper to use [%author%]
76c52c6e 23 - Fixed helper templates
722fede4 24 - Rewrote docs
23042c3c 25
b4dcea0e 260.11 Fri Apr 15 16:00:00 2005
27 - Fixed broken helper.
23042c3c 28
b4e2d420 290.10 Fri Apr 15 16:00:00 2005
2774dc77 30 - Added POD tests and made them pass.
becb7ac2 31 - updated for Catalyst 5
b4e2d420 32 - New TT Helpers.
becb7ac2 33
70a5ab0a 340.09 Wed Mar 29 13:47:00 2005
35 - Don't override user-set charset/content-type
36 - Cleaned up the content-type we set.
2599ee6f 37 - Updated README to current POD to current POD
becb7ac2 38
57cfe226 390.08 Wed Mar 29 12:22:00 2005
40 - changed order of stash so stash can override c/base/name
c90b1329 41 - fixed some typos
4687ac0d 42 - extended the documentation (Andrew Ford)
caa61517 430.07 Sat Mar 04 23:00:00 2005
44 - fixed the bugs produced by draven and the_jester ;)
45
6bf01217 460.06 Fri Mar 04 20:00:00 2005
47 - new helper api
48
8077080c 490.05 Mon Feb 28 10:00:00 2005
50 - added helper
51
520.04 Sun Feb 27 22:00:00 2005
53 - better debug messages (Marcus Ramberg)
54
550.03 Thu Feb 17 22:00:00 2005
56 - don't try to render something without a template
57
580.02 Tue Feb 01 02:00:00 2005
59 - using $c->req->match instead of $c->req->action
60
610.01 Fri Jan 28 22:00:00 2005
62 - first release