X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=e209a3832311fb083859ffe3a20f52a41ad6a626;hb=2387a55ad4433cbf422047d302fc1a314905bfbd;hp=16e32bf0a1d1e64f711fec2f16e6cc459c7ac6b4;hpb=baecccb4a49175c86a77c388b1bf45228db56fc9;p=catagits%2FCatalystX-Declare.git diff --git a/Changes b/Changes index 16e32bf..e209a38 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,35 @@ -[0.005] ... +[0.011] ... + - fixed broken isa RenderView test case + - parameterized roles now available in general + +[0.010] Sun Sep 13 15:52:01 CEST 2009 + - Fix Compat with MooseX::Method::Signatures >=0.22 ( KENTNL ) + +[0.009] Fri Aug 21 23:54:11 CEST 2009 + - action classes are now moosified after loading, this means that + RenderView should now work with isa. (thanks to all reporters!) + - documented 'isa' action class option (experimental!) + - fixed bug where setup wasn't called without plugins + - fixed bug where under block scope wasn't cleaned up + - action signatures now influence dispatching, non-matching actinos + will be skipped by the chained dispatch type + +[0.008] Tue Aug 18 19:59:57 CEST 2009 + - default_inner now ignores arguments + - preparations for parameterized roles + - MooseX::Method::Signatures now publically exposes signature object + +[0.007] Sun Aug 16 04:12:43 CEST 2009 + - used namespace keyword in examples + - allow namespace shorcuts in controller role application + +[0.006] Sun Aug 16 03:43:10 CEST 2009 + - fixed keyword listing method to use new MXD around + - changed prereq for D:D to ensure fix of method call issue + +[0.005] Wed Aug 12 22:51:42 CEST 2009 - action signature errors now lead to 404's, not 400's + - prereq D:D version that fixed method invocation issue [0.004] Wed Aug 5 22:40:58 CEST 2009 - Added model and view keywords