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