new release
[catagits/Catalyst-Runtime.git] / Changes
CommitLineData
fc7ec1d9 1This file documents the revision history for Perl extension Catalyst.
3803e98f 2
92af75fc 34.24 Sat Mar 12 01:00:00 2005
aff93052 4 - updated cookbook example
5ae68c0d 5 - fixed base for apache and https (Andrew Ruthven)
aff93052 6
7e5adedd 74.23 Wed Mar 09 20:00:00 2005
8 - no more regex actions in forward
3cb1db8c 9 - added support for test directories t/m, t/v and t/c
7e5adedd 10
114.22 Tue Mar 08 20:00:00 2005
0b944e63 12 - catch errors in application class
aff93052 13 - handle die properly.
0b944e63 14
d01df17d 154.21 Sat Mar 05 17:00:00 2005
16 - fixed docs
17
184.20 Fri Mar 04 22:00:00 2005
91864987 19 - moved bin to script
20
0ea0c2c3 214.13 Thu Mar 03 11:00:00 2005
22 - improved documentation
1df125c9 23 - pod coverage test for helper generated apps
ad41e777 24 - new helper api
0ea0c2c3 25
5ddd05a0 264.12 Wed Mar 02 11:00:00 2005
27 - server_base sucks, removed
9b2bc37b 28 - added $c->log->dump()
5ddd05a0 29
7833fdfc 304.11 Wed Mar 02 11:00:00 2005
31 - removed some warnings
32 - improved docs
7242d068 33 - private prefixed actions override private non prefixed actions
8495c1de 34 - added server_base
4a6895ce 35 - updated Catalyst::Manual::Intro
7833fdfc 36
374.10 Wed Mar 02 10:00:00 2005
38 - improved documentation
39 - fixed upload bug
40 - fixed prefixed private actions bug
41 - fixed more little bugs
42
03a53815 434.01 Tue Mar 01 10:00:00 2005
44 - improved documentation
d7c505f3 45 - documentation fixes (Johan Lindstrom)
03a53815 46
fc7ec1d9 474.00 Sun Feb 27 22:00:00 2005
48 - more verbose debug messages, especially for forward()
49 - implemented prefixed prvate actions, icluding built in
50 !?default, !?begin and !?end
51 - new Catalyst::Manual::Intro
52 - new helpers, bin/catalyst
53 - helper api
54
553.11 Wed Feb 23 21:00:00 2005
56 - added dependency to UNIVERSAL::require (Marcus Ramberg)
57 - added a little workaround for a warning in Catalyst::Test
58 (Marcus Ramberg)
59 - improved documentation for actions
60
613.10 Thu Feb 19 20:00:00 2005
62 - removed roles management from Catalyst::Engine
63 and added it to Catalyst::Plugin::Authentication::CDBI
64
653.04 Thu Feb 17 21:00:00 2005
66 - error reporting for app class
67 - no more engine debug messages
68 - class->method forwards get resolved now
69
703.03 Wed Feb 16 23:00:00 2005
71 - friendlier statistics
72
733.02 Wed Feb 16 22:00:00 2005
74 - fixed unintialized actions (Marcus Ramberg)
75
763.01 Wed Feb 16 20:30:00 2005
77 - better statistics
78
793.00 Wed Feb 16 20:00:00 2005
80 - real version number for CPAN.pm
81 - fixed redirect in CGI engine
82 - more statistics in debug logs
83 - ? prefix for forward()
84
852.99_15 Wed Feb 02 22:00:00 2005
86 - support for short namespaces, MyApp::M, MyApp::V and MyApp::C
87 - Replaced "Catched" with "Caught" in Catalyst::Engine
88 (Gary Ashton Jones)
89 - replaced _ with ! for private actions
90 - added ? for prefixed actions
91 - misc improvememts
92
932.99_14 Mon Jan 31 22:00:00 2005
94 - arguments for _default
95 - $c->entrance removed for more flexibility
96 - added $c->req->method
97
982.99_13 Sun Jan 30 18:00:00 2005
99 - POD fixes and improvements
100
1012.99_12 Fri Jan 28 22:00:00 2005
102 - first development release