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