c22d711b61fd374295f8ae262637a33f0e365ada
[catagits/Catalyst-Runtime.git] / Changes
1 This file documents the revision history for Perl extension Catalyst.
2
3 4.31  XXX XXX XX XX:00:00 2005
4         - fixed inheritance (Christian Hansen)
5
6 4.30  Mon Mar 22 23:00:00 2005
7         - more documentation (Andrew Ford)
8         - added connection informations (Christian Hansen)
9         - HTTP::Request support in Catalyst::Test (Christian Hansen)
10         - moved cgi.pl to nph-cgi.pl
11         - added Catalyst::Engine::Server (Christian Hansen)
12         - removed Catalyst::Test::server
13         - updated helper scripts
14           IMPORTANT: note that you have to regenerate script/server.pl,
15           script/cgi-server.pl and script/cgi.pl (now nph-cgi.pl)
16
17 4.28  Sat Mar 19 22:00:00 2005
18         - fixed isa tree (Christian Hansen)
19         - added script/cgi-server.pl, so no more server restarting after
20           code changes
21         - reworked documentation (Andrew Ford <A.Ford@ford-mason.co.uk>)
22
23 4.27  Sat Mar 19 01:00:00 2005
24         - debug message for parameters
25         - Fix redirects (Christian Hansen <ch@ngmedia.com>)
26         - some random fixes
27         - new helper api for Catalyst::Helper::* support
28           you have to update script/create.pl to use it
29
30 4.26  Wed Mar 16 10:00:00 2005
31         - fixed the weird bug that caused regex actions to fail on every
32           second request
33         - more debug messages
34         - 100% pod coverage.
35
36 4.25  Sat Mar 12 18:00:00 2005
37         - correct perl pathes for helper generated scripts (Tatsuhiko Miyagawa)
38         - improved cgi engine docs (Christoper Hicks)
39
40 4.24  Sat Mar 12 01:00:00 2005
41         - updated cookbook example  
42         - fixed base for apache and https (Andrew Ruthven)
43         
44 4.23  Wed Mar 09 20:00:00 2005
45         - no more regex actions in forward
46         - added support for test directories t/m, t/v and t/c
47
48 4.22  Tue Mar 08 20:00:00 2005
49         - catch errors in application class
50         - handle die properly.
51
52 4.21  Sat Mar 05 17:00:00 2005
53         - fixed docs
54
55 4.20  Fri Mar 04 22:00:00 2005
56         - moved bin to script
57
58 4.13  Thu Mar 03 11:00:00 2005
59         - improved documentation
60         - pod coverage test for helper generated apps
61         - new helper api
62
63 4.12  Wed Mar 02 11:00:00 2005
64         - server_base sucks, removed
65         - added $c->log->dump()
66
67 4.11  Wed Mar 02 11:00:00 2005
68         - removed some warnings
69         - improved docs
70         - private prefixed actions override private non prefixed actions
71         - added server_base
72         - updated Catalyst::Manual::Intro
73
74 4.10  Wed Mar 02 10:00:00 2005
75         - improved documentation
76         - fixed upload bug
77         - fixed prefixed private actions bug
78         - fixed more little bugs
79
80 4.01  Tue Mar 01 10:00:00 2005
81         - improved documentation
82         - documentation fixes (Johan Lindstrom)
83
84 4.00  Sun Feb 27 22:00:00 2005
85         - more verbose debug messages, especially for forward()
86         - implemented prefixed prvate actions, icluding built in
87           !?default, !?begin and !?end
88         - new Catalyst::Manual::Intro
89         - new helpers, bin/catalyst
90         - helper api
91
92 3.11  Wed Feb 23 21:00:00 2005
93         - added dependency to UNIVERSAL::require (Marcus Ramberg)
94         - added a little workaround for a warning in Catalyst::Test
95           (Marcus Ramberg)
96         - improved documentation for actions
97
98 3.10  Thu Feb 19 20:00:00 2005
99         - removed roles management from Catalyst::Engine
100           and added it to Catalyst::Plugin::Authentication::CDBI
101
102 3.04  Thu Feb 17 21:00:00 2005
103         - error reporting for app class
104         - no more engine debug messages
105         - class->method forwards get resolved now
106
107 3.03  Wed Feb 16 23:00:00 2005
108         - friendlier statistics
109
110 3.02  Wed Feb 16 22:00:00 2005
111         - fixed unintialized actions (Marcus Ramberg)
112
113 3.01  Wed Feb 16 20:30:00 2005
114         - better statistics
115
116 3.00  Wed Feb 16 20:00:00 2005
117         - real version number for CPAN.pm
118         - fixed redirect in CGI engine
119         - more statistics in debug logs
120         - ? prefix for forward()
121
122 2.99_15  Wed Feb 02 22:00:00 2005
123         - support for short namespaces, MyApp::M, MyApp::V and MyApp::C
124         - Replaced "Catched" with "Caught" in Catalyst::Engine
125           (Gary Ashton Jones)
126         - replaced _ with ! for private actions
127         - added ? for prefixed actions
128         - misc improvememts
129
130 2.99_14  Mon Jan 31 22:00:00 2005
131         - arguments for _default
132         - $c->entrance removed for more flexibility
133         - added $c->req->method
134
135 2.99_13  Sun Jan 30 18:00:00 2005
136         - POD fixes and improvements
137
138 2.99_12  Fri Jan 28 22:00:00 2005
139         - first development release