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