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