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