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