fixed non-moosey action classes and documented isa option
[catagits/CatalystX-Declare.git] / Changes
CommitLineData
5bb744f2 1[0.009] ...
2bb54af3 2 - action classes are now moosified after loading, this means that
3 RenderView should now work with isa. (thanks to all reporters!)
4 - documented 'isa' action class option (experimental!)
5bb744f2 5
b68e416c 6[0.008] Tue Aug 18 19:59:57 CEST 2009
656c3cdd 7 - default_inner now ignores arguments
c2a8165b 8 - preparations for parameterized roles
9 - MooseX::Method::Signatures now publically exposes signature object
93d55a1a 10
24659158 11[0.007] Sun Aug 16 04:12:43 CEST 2009
f00bea98 12 - used namespace keyword in examples
13 - allow namespace shorcuts in controller role application
dae04329 14
6f74e03e 15[0.006] Sun Aug 16 03:43:10 CEST 2009
4bfe9283 16 - fixed keyword listing method to use new MXD around
5a494dae 17 - changed prereq for D:D to ensure fix of method call issue
025923ce 18
7fb06b2e 19[0.005] Wed Aug 12 22:51:42 CEST 2009
baecccb4 20 - action signature errors now lead to 404's, not 400's
d5c35e43 21 - prereq D:D version that fixed method invocation issue
b7400fcf 22
1c6c6239 23[0.004] Wed Aug 5 22:40:58 CEST 2009
24 - Added model and view keywords
25 - More configure_requires fixes
d195c4d9 26
39c19901 27[0.003] Mon Aug 3 21:38:42 CEST 2009
28 - Added File::Find::Rule(::Perl) to configure_requires
c8602962 29
392e5076 30[0.002] Mon Aug 3 17:30:23 CEST 2009
31 - Fixed Changes, hah!
32 - Fixed error in bad request handling being too greedy
33 - Added tests for errors in modified action methods
16c0d620 34
35[0.001] Sat Aug 1 21:26:41 CEST 2009
856ac9a7 36 - Initial release