X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=081de26809441eaba421e54f08708fb051291c23;hb=be7c1afacb9b1e3768ee52dfafa4ab2ca465fb5e;hp=f3548d27f2a9c51a2e317d100c2a3ddbdb2b2958;hpb=8077080cf3b7ce19c6604817d7687352790e77e4;p=catagits%2FCatalyst-View-TT.git diff --git a/Changes b/Changes index f3548d2..081de26 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,57 @@ Revision history for Perl extension Catalyst::View::TT. +0.17 - Mon Nov 14 20:43:00 2005 + - Fixed some typos + +0.16 - Mon Nov 14 20:43:00 2005 + - Updated TTSite for Catalyst 5.5 + +0.15 - Mon Nov 14 14:43:00 2005 + - Updated for Catalyst 5.5 + - Fix docs + - Added TEMPLATE_SUFFIX config variable + +0.14 - Fri Oct 21 10:20:00 2005 + - Turn timer off by default, even for debug. + - removed superflous 'templates' inside 'root' + - made it possible to forward to the message action by + passing the message in the stash. (example) + - Updated docs to show correct config syntax. + +0.13 Fri Oct 07 13:30:00 2005 + - Fixed constructor + - Big update by Andy Wardley + - Much improved docs + +0.12 Wed Jul 06 15:24:00 2005 + - Fixed, don't set Content-Type on failure + - Fixed helper to use [%author%] + - Fixed helper templates + - Rewrote docs + +0.11 Fri Apr 15 16:00:00 2005 + - Fixed broken helper. + +0.10 Fri Apr 15 16:00:00 2005 + - Added POD tests and made them pass. + - updated for Catalyst 5 + - New TT Helpers. + +0.09 Wed Mar 29 13:47:00 2005 + - Don't override user-set charset/content-type + - Cleaned up the content-type we set. + - Updated README to current POD to current POD + +0.08 Wed Mar 29 12:22:00 2005 + - changed order of stash so stash can override c/base/name + - fixed some typos + - extended the documentation (Andrew Ford) +0.07 Sat Mar 04 23:00:00 2005 + - fixed the bugs produced by draven and the_jester ;) + +0.06 Fri Mar 04 20:00:00 2005 + - new helper api + 0.05 Mon Feb 28 10:00:00 2005 - added helper