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