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