added server_base
[catagits/Catalyst-Runtime.git] / Changes
1 This file documents the revision history for Perl extension Catalyst.
2
3 4.11  Wed Mar 02 11:00:00 2005
4         - removed some warnings
5         - improved docs
6         - private prefixed actions override private non prefixed actions
7         - added server_base
8
9 4.10  Wed Mar 02 10:00:00 2005
10         - improved documentation
11         - fixed upload bug
12         - fixed prefixed private actions bug
13         - fixed more little bugs
14
15 4.01  Tue Mar 01 10:00:00 2005
16         - improved documentation
17         - documentation fixes (Johan Lindstrom)
18
19 4.00  Sun Feb 27 22:00:00 2005
20         - more verbose debug messages, especially for forward()
21         - implemented prefixed prvate actions, icluding built in
22           !?default, !?begin and !?end
23         - new Catalyst::Manual::Intro
24         - new helpers, bin/catalyst
25         - helper api
26
27 3.11  Wed Feb 23 21:00:00 2005
28         - added dependency to UNIVERSAL::require (Marcus Ramberg)
29         - added a little workaround for a warning in Catalyst::Test
30           (Marcus Ramberg)
31         - improved documentation for actions
32
33 3.10  Thu Feb 19 20:00:00 2005
34         - removed roles management from Catalyst::Engine
35           and added it to Catalyst::Plugin::Authentication::CDBI
36
37 3.04  Thu Feb 17 21:00:00 2005
38         - error reporting for app class
39         - no more engine debug messages
40         - class->method forwards get resolved now
41
42 3.03  Wed Feb 16 23:00:00 2005
43         - friendlier statistics
44
45 3.02  Wed Feb 16 22:00:00 2005
46         - fixed unintialized actions (Marcus Ramberg)
47
48 3.01  Wed Feb 16 20:30:00 2005
49         - better statistics
50
51 3.00  Wed Feb 16 20:00:00 2005
52         - real version number for CPAN.pm
53         - fixed redirect in CGI engine
54         - more statistics in debug logs
55         - ? prefix for forward()
56
57 2.99_15  Wed Feb 02 22:00:00 2005
58         - support for short namespaces, MyApp::M, MyApp::V and MyApp::C
59         - Replaced "Catched" with "Caught" in Catalyst::Engine
60           (Gary Ashton Jones)
61         - replaced _ with ! for private actions
62         - added ? for prefixed actions
63         - misc improvememts
64
65 2.99_14  Mon Jan 31 22:00:00 2005
66         - arguments for _default
67         - $c->entrance removed for more flexibility
68         - added $c->req->method
69
70 2.99_13  Sun Jan 30 18:00:00 2005
71         - POD fixes and improvements
72
73 2.99_12  Fri Jan 28 22:00:00 2005
74         - first development release