Typo
[catagits/Catalyst-Runtime.git] / Changes
CommitLineData
fc7ec1d9 1This file documents the revision history for Perl extension Catalyst.
2
03a53815 34.01 Tue Mar 01 10:00:00 2005
4 - improved documentation
d7c505f3 5 - documentation fixes (Johan Lindstrom)
03a53815 6
fc7ec1d9 74.00 Sun Feb 27 22:00:00 2005
8 - more verbose debug messages, especially for forward()
9 - implemented prefixed prvate actions, icluding built in
10 !?default, !?begin and !?end
11 - new Catalyst::Manual::Intro
12 - new helpers, bin/catalyst
13 - helper api
14
153.11 Wed Feb 23 21:00:00 2005
16 - added dependency to UNIVERSAL::require (Marcus Ramberg)
17 - added a little workaround for a warning in Catalyst::Test
18 (Marcus Ramberg)
19 - improved documentation for actions
20
213.10 Thu Feb 19 20:00:00 2005
22 - removed roles management from Catalyst::Engine
23 and added it to Catalyst::Plugin::Authentication::CDBI
24
253.04 Thu Feb 17 21:00:00 2005
26 - error reporting for app class
27 - no more engine debug messages
28 - class->method forwards get resolved now
29
303.03 Wed Feb 16 23:00:00 2005
31 - friendlier statistics
32
333.02 Wed Feb 16 22:00:00 2005
34 - fixed unintialized actions (Marcus Ramberg)
35
363.01 Wed Feb 16 20:30:00 2005
37 - better statistics
38
393.00 Wed Feb 16 20:00:00 2005
40 - real version number for CPAN.pm
41 - fixed redirect in CGI engine
42 - more statistics in debug logs
43 - ? prefix for forward()
44
452.99_15 Wed Feb 02 22:00:00 2005
46 - support for short namespaces, MyApp::M, MyApp::V and MyApp::C
47 - Replaced "Catched" with "Caught" in Catalyst::Engine
48 (Gary Ashton Jones)
49 - replaced _ with ! for private actions
50 - added ? for prefixed actions
51 - misc improvememts
52
532.99_14 Mon Jan 31 22:00:00 2005
54 - arguments for _default
55 - $c->entrance removed for more flexibility
56 - added $c->req->method
57
582.99_13 Sun Jan 30 18:00:00 2005
59 - POD fixes and improvements
60
612.99_12 Fri Jan 28 22:00:00 2005
62 - first development release