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