Added Catalyst::Utils
[catagits/Catalyst-Runtime.git] / Changes
1 This file documents the revision history for Perl extension Catalyst.
2
3 5.01  XXX Apr XX XX:00:00 2005
4         - some documentation bugs fixed
5         - added Catalyst::Utils
6
7 5.00  Fri Apr 15 18:00:00 2005
8         - new core to support inheritance trees
9         - new syntax for action declaration
10         - new helper system using TT2
11         - problems with mod_perl2 fixed
12         - added Test::Pod support
13         - added new server backend with HTTP/1.1 support
14         - added option to run tests against a remote server
15         - renamed errors() to error()
16         - more better docs
17         - countless minor improvements
18           IMPORTANT: This release is very incompatible to previous ones
19           and you have to regenerate the helper scripts again...
20
21 4.34  Wed Mar 23 07:00:00 2005
22         - added some messages to Makefile.PL
23         - added Catalyst::Engine::Test
24         - added Catalyst::Engine::CGI::NPH
25         - simplified Catalyst::Log to be easier to implement/subclass
26         - added cgi.pl
27         - updated Catalyst::Test to use Catalyst::Engine::Test
28         - updated helper scripts
29           IMPORTANT: this will be the last time you'll have to regenerate
30           the script directory. We promise!
31
32 4.33  Wed Mar 23 01:00:00 2005
33         - documented the log() accessor method in Catalyst (Andrew Ford)
34         - added optional arguments to Catalyst::Log methods (Andrew Ford)
35         - removed cgi-server.pl
36         - added fcgi.pl and Catalyst::Engine::FCGI
37         - fixed an undef durng make test (Dan Sully)
38         - new path test (Christian Hansen)
39           IMPORTANT: you have to regenerate the script directory again
40
41 4.32  Tue Mar 22 02:10:00 2005
42         - made a damn typo *AAAAAAAAAAAAAAHHHH!!!*
43
44 4.31  Tue Mar 22 02:00:00 2005
45         - fixed inheritance (Christian Hansen)
46         - previous release was borked!
47           fixed that, but you have to regenerate the scripts again :(
48
49 4.30  Mon Mar 21 23:00:00 2005
50         - more documentation (Andrew Ford)
51         - added connection informations (Christian Hansen)
52         - HTTP::Request support in Catalyst::Test (Christian Hansen)
53         - moved cgi.pl to nph-cgi.pl
54         - added Catalyst::Engine::Server (Christian Hansen)
55         - removed Catalyst::Test::server
56         - updated helper scripts
57           IMPORTANT: note that you have to regenerate script/server.pl,
58           script/cgi-server.pl and script/cgi.pl (now nph-cgi.pl)
59
60 4.28  Sat Mar 19 22:00:00 2005
61         - fixed isa tree (Christian Hansen)
62         - added script/cgi-server.pl, so no more server restarting after
63           code changes
64         - reworked documentation (Andrew Ford <A.Ford@ford-mason.co.uk>)
65
66 4.27  Sat Mar 19 01:00:00 2005
67         - debug message for parameters
68         - Fix redirects (Christian Hansen <ch@ngmedia.com>)
69         - some random fixes
70         - new helper api for Catalyst::Helper::* support
71           you have to update script/create.pl to use it
72
73 4.26  Wed Mar 16 10:00:00 2005
74         - fixed the weird bug that caused regex actions to fail on every
75           second request
76         - more debug messages
77         - 100% pod coverage.
78
79 4.25  Sat Mar 12 18:00:00 2005
80         - correct perl pathes for helper generated scripts (Tatsuhiko Miyagawa)
81         - improved cgi engine docs (Christoper Hicks)
82
83 4.24  Sat Mar 12 01:00:00 2005
84         - updated cookbook example  
85         - fixed base for apache and https (Andrew Ruthven)
86         
87 4.23  Wed Mar 09 20:00:00 2005
88         - no more regex actions in forward
89         - added support for test directories t/m, t/v and t/c
90
91 4.22  Tue Mar 08 20:00:00 2005
92         - catch errors in application class
93         - handle die properly.
94
95 4.21  Sat Mar 05 17:00:00 2005
96         - fixed docs
97
98 4.20  Fri Mar 04 22:00:00 2005
99         - moved bin to script
100
101 4.13  Thu Mar 03 11:00:00 2005
102         - improved documentation
103         - pod coverage test for helper generated apps
104         - new helper api
105
106 4.12  Wed Mar 02 11:00:00 2005
107         - server_base sucks, removed
108         - added $c->log->dump()
109
110 4.11  Wed Mar 02 11:00:00 2005
111         - removed some warnings
112         - improved docs
113         - private prefixed actions override private non prefixed actions
114         - added server_base
115         - updated Catalyst::Manual::Intro
116
117 4.10  Wed Mar 02 10:00:00 2005
118         - improved documentation
119         - fixed upload bug
120         - fixed prefixed private actions bug
121         - fixed more little bugs
122
123 4.01  Tue Mar 01 10:00:00 2005
124         - improved documentation
125         - documentation fixes (Johan Lindstrom)
126
127 4.00  Sun Feb 27 22:00:00 2005
128         - more verbose debug messages, especially for forward()
129         - implemented prefixed prvate actions, icluding built in
130           !?default, !?begin and !?end
131         - new Catalyst::Manual::Intro
132         - new helpers, bin/catalyst
133         - helper api
134
135 3.11  Wed Feb 23 21:00:00 2005
136         - added dependency to UNIVERSAL::require (Marcus Ramberg)
137         - added a little workaround for a warning in Catalyst::Test
138           (Marcus Ramberg)
139         - improved documentation for actions
140
141 3.10  Thu Feb 19 20:00:00 2005
142         - removed roles management from Catalyst::Engine
143           and added it to Catalyst::Plugin::Authentication::CDBI
144
145 3.04  Thu Feb 17 21:00:00 2005
146         - error reporting for app class
147         - no more engine debug messages
148         - class->method forwards get resolved now
149
150 3.03  Wed Feb 16 23:00:00 2005
151         - friendlier statistics
152
153 3.02  Wed Feb 16 22:00:00 2005
154         - fixed unintialized actions (Marcus Ramberg)
155
156 3.01  Wed Feb 16 20:30:00 2005
157         - better statistics
158
159 3.00  Wed Feb 16 20:00:00 2005
160         - real version number for CPAN.pm
161         - fixed redirect in CGI engine
162         - more statistics in debug logs
163         - ? prefix for forward()
164
165 2.99_15  Wed Feb 02 22:00:00 2005
166         - support for short namespaces, MyApp::M, MyApp::V and MyApp::C
167         - Replaced "Catched" with "Caught" in Catalyst::Engine
168           (Gary Ashton Jones)
169         - replaced _ with ! for private actions
170         - added ? for prefixed actions
171         - misc improvememts
172
173 2.99_14  Mon Jan 31 22:00:00 2005
174         - arguments for _default
175         - $c->entrance removed for more flexibility
176         - added $c->req->method
177
178 2.99_13  Sun Jan 30 18:00:00 2005
179         - POD fixes and improvements
180
181 2.99_12  Fri Jan 28 22:00:00 2005
182         - first development release