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