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