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