Add fully-qualified provider classname support to View::TT
[catagits/Catalyst-View-TT.git] / Changes
1 Revision history for Perl extension Catalyst::View::TT.
2
3 0.27
4            - Document providers and support unary plus for fully qualified class
5                  names
6
7 0.26   2008-01-11 20:12:00
8        - Fix pod coverage
9        - Change from =item to =head2
10        - Update docs to reflect action change
11
12 0.25   2007-01-15 16:06
13        - The little typo that cold
14
15 0.24   2006-11-15 16:34
16        - Default to .tt extension
17        - pod cleanups for generated file
18        - Move to Module::Install
19        - Use Data::Dump for debug
20
21 0.23    Sun Mar 23 20:45:00 2006
22         - Added render suport. (Ash Berlin)
23
24 0.22    Fri Jan 16 18:25:00 2006
25         - stringify $c->action for automatic template match instead of $c->req->action.
26           * NOTE * This will change the match to the private name of the matched action! if you
27           use template_suffix you have to move your templates around!
28
29 0.21    Fri Dec 16 18:25:00 2005
30         - Added Template::Provider support (Jess Robinson)
31         - Fixed dynamic include bugs and added tests. (Zbigniew Lukasiak)
32
33 0.20    Mon Dec 12 03:35:00 2005
34         - Fall back to action (default/index returns blank on match)
35         - Added tests. (Daniel Westermann-Clark)
36         - Fixed TTSite helper to use correct app name.
37         - Added support for dynamic includes.
38
39 0.19  - Tue Nov 15 09:52:00 2005
40         - unbreak config.
41
42 0.18  - Mon Nov 14 20:43:00 2005
43         - Fixed more typos
44
45 0.17  - Mon Nov 14 20:43:00 2005
46         - Fixed some typos
47
48 0.16  - Mon Nov 14 20:43:00 2005
49         - Updated TTSite for Catalyst 5.5
50
51 0.15  - Mon Nov 14 14:43:00 2005
52         - Updated for Catalyst 5.5
53         - Fix docs
54         - Added TEMPLATE_SUFFIX config variable 
55
56 0.14  - Fri Oct 21 10:20:00 2005
57         - Turn timer off by default, even for debug.
58         - removed superflous 'templates' inside 'root'
59         - made it possible to forward to the message action by
60           passing the message in the stash. (example)
61         - Updated docs to show correct config syntax.
62
63 0.13  Fri Oct 07 13:30:00 2005
64         - Fixed constructor
65         - Big update by Andy Wardley
66         - Much improved docs
67
68 0.12  Wed Jul 06 15:24:00 2005
69         - Fixed, don't set Content-Type on failure
70         - Fixed helper to use [%author%]
71         - Fixed helper templates
72         - Rewrote docs
73
74 0.11  Fri Apr 15 16:00:00 2005
75         - Fixed broken helper.
76
77 0.10  Fri Apr 15 16:00:00 2005
78         - Added POD tests and made them pass.
79         - updated for Catalyst 5
80         - New TT Helpers.
81
82 0.09  Wed Mar 29 13:47:00 2005
83         - Don't override user-set charset/content-type
84         - Cleaned up the content-type we set.
85         - Updated README to current POD to current POD
86
87 0.08  Wed Mar 29 12:22:00 2005
88         - changed order of stash so stash can override c/base/name
89         - fixed some typos
90         - extended the documentation (Andrew Ford)
91 0.07  Sat Mar 04 23:00:00 2005
92         - fixed the bugs produced by draven and the_jester ;)
93
94 0.06  Fri Mar 04 20:00:00 2005
95         - new helper api
96
97 0.05  Mon Feb 28 10:00:00 2005
98         - added helper
99
100 0.04  Sun Feb 27 22:00:00 2005
101         - better debug messages (Marcus Ramberg)
102
103 0.03  Thu Feb 17 22:00:00 2005
104         - don't try to render something without a template
105
106 0.02  Tue Feb 01 02:00:00 2005
107         - using $c->req->match instead of $c->req->action
108
109 0.01  Fri Jan 28 22:00:00 2005
110         - first release