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