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