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