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