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