Many bugfixes,better docs
[catagits/Catalyst-Runtime.git] / Changes
CommitLineData
fc7ec1d9 1This file documents the revision history for Perl extension Catalyst.
2
7833fdfc 34.11 Wed Mar 02 11:00:00 2005
4 - removed some warnings
5 - improved docs
6
74.10 Wed Mar 02 10:00:00 2005
8 - improved documentation
9 - fixed upload bug
10 - fixed prefixed private actions bug
11 - fixed more little bugs
12
03a53815 134.01 Tue Mar 01 10:00:00 2005
14 - improved documentation
d7c505f3 15 - documentation fixes (Johan Lindstrom)
03a53815 16
fc7ec1d9 174.00 Sun Feb 27 22:00:00 2005
18 - more verbose debug messages, especially for forward()
19 - implemented prefixed prvate actions, icluding built in
20 !?default, !?begin and !?end
21 - new Catalyst::Manual::Intro
22 - new helpers, bin/catalyst
23 - helper api
24
253.11 Wed Feb 23 21:00:00 2005
26 - added dependency to UNIVERSAL::require (Marcus Ramberg)
27 - added a little workaround for a warning in Catalyst::Test
28 (Marcus Ramberg)
29 - improved documentation for actions
30
313.10 Thu Feb 19 20:00:00 2005
32 - removed roles management from Catalyst::Engine
33 and added it to Catalyst::Plugin::Authentication::CDBI
34
353.04 Thu Feb 17 21:00:00 2005
36 - error reporting for app class
37 - no more engine debug messages
38 - class->method forwards get resolved now
39
403.03 Wed Feb 16 23:00:00 2005
41 - friendlier statistics
42
433.02 Wed Feb 16 22:00:00 2005
44 - fixed unintialized actions (Marcus Ramberg)
45
463.01 Wed Feb 16 20:30:00 2005
47 - better statistics
48
493.00 Wed Feb 16 20:00:00 2005
50 - real version number for CPAN.pm
51 - fixed redirect in CGI engine
52 - more statistics in debug logs
53 - ? prefix for forward()
54
552.99_15 Wed Feb 02 22:00:00 2005
56 - support for short namespaces, MyApp::M, MyApp::V and MyApp::C
57 - Replaced "Catched" with "Caught" in Catalyst::Engine
58 (Gary Ashton Jones)
59 - replaced _ with ! for private actions
60 - added ? for prefixed actions
61 - misc improvememts
62
632.99_14 Mon Jan 31 22:00:00 2005
64 - arguments for _default
65 - $c->entrance removed for more flexibility
66 - added $c->req->method
67
682.99_13 Sun Jan 30 18:00:00 2005
69 - POD fixes and improvements
70
712.99_12 Fri Jan 28 22:00:00 2005
72 - first development release