lots of updates!
[catagits/Catalyst-Runtime.git] / Changes
CommitLineData
fc7ec1d9 1This file documents the revision history for Perl extension Catalyst.
2
7e5adedd 34.23 Wed Mar 09 20:00:00 2005
4 - no more regex actions in forward
3cb1db8c 5 - added support for test directories t/m, t/v and t/c
7e5adedd 6
74.22 Tue Mar 08 20:00:00 2005
0b944e63 8 - catch errors in application class
9
d01df17d 104.21 Sat Mar 05 17:00:00 2005
11 - fixed docs
12
134.20 Fri Mar 04 22:00:00 2005
91864987 14 - moved bin to script
15
0ea0c2c3 164.13 Thu Mar 03 11:00:00 2005
17 - improved documentation
1df125c9 18 - pod coverage test for helper generated apps
ad41e777 19 - new helper api
0ea0c2c3 20
5ddd05a0 214.12 Wed Mar 02 11:00:00 2005
22 - server_base sucks, removed
9b2bc37b 23 - added $c->log->dump()
5ddd05a0 24
7833fdfc 254.11 Wed Mar 02 11:00:00 2005
26 - removed some warnings
27 - improved docs
7242d068 28 - private prefixed actions override private non prefixed actions
8495c1de 29 - added server_base
4a6895ce 30 - updated Catalyst::Manual::Intro
7833fdfc 31
324.10 Wed Mar 02 10:00:00 2005
33 - improved documentation
34 - fixed upload bug
35 - fixed prefixed private actions bug
36 - fixed more little bugs
37
03a53815 384.01 Tue Mar 01 10:00:00 2005
39 - improved documentation
d7c505f3 40 - documentation fixes (Johan Lindstrom)
03a53815 41
fc7ec1d9 424.00 Sun Feb 27 22:00:00 2005
43 - more verbose debug messages, especially for forward()
44 - implemented prefixed prvate actions, icluding built in
45 !?default, !?begin and !?end
46 - new Catalyst::Manual::Intro
47 - new helpers, bin/catalyst
48 - helper api
49
503.11 Wed Feb 23 21:00:00 2005
51 - added dependency to UNIVERSAL::require (Marcus Ramberg)
52 - added a little workaround for a warning in Catalyst::Test
53 (Marcus Ramberg)
54 - improved documentation for actions
55
563.10 Thu Feb 19 20:00:00 2005
57 - removed roles management from Catalyst::Engine
58 and added it to Catalyst::Plugin::Authentication::CDBI
59
603.04 Thu Feb 17 21:00:00 2005
61 - error reporting for app class
62 - no more engine debug messages
63 - class->method forwards get resolved now
64
653.03 Wed Feb 16 23:00:00 2005
66 - friendlier statistics
67
683.02 Wed Feb 16 22:00:00 2005
69 - fixed unintialized actions (Marcus Ramberg)
70
713.01 Wed Feb 16 20:30:00 2005
72 - better statistics
73
743.00 Wed Feb 16 20:00:00 2005
75 - real version number for CPAN.pm
76 - fixed redirect in CGI engine
77 - more statistics in debug logs
78 - ? prefix for forward()
79
802.99_15 Wed Feb 02 22:00:00 2005
81 - support for short namespaces, MyApp::M, MyApp::V and MyApp::C
82 - Replaced "Catched" with "Caught" in Catalyst::Engine
83 (Gary Ashton Jones)
84 - replaced _ with ! for private actions
85 - added ? for prefixed actions
86 - misc improvememts
87
882.99_14 Mon Jan 31 22:00:00 2005
89 - arguments for _default
90 - $c->entrance removed for more flexibility
91 - added $c->req->method
92
932.99_13 Sun Jan 30 18:00:00 2005
94 - POD fixes and improvements
95
962.99_12 Fri Jan 28 22:00:00 2005
97 - first development release