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