X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=7134ecdac4c16b9c0a4bbd1cbadd36f33253d960;hb=1754e3e7e4a3c192c4ea955e02805e6371b39766;hp=e4353cd6afb0dfe758b30f29dc81ba5041ceb281;hpb=f00bea98e5a87cf38a8f3e3048cdf8cde766510e;p=catagits%2FCatalystX-Declare.git diff --git a/Changes b/Changes index e4353cd..7134ecd 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,28 @@ -[0.007] ... +[0.011] ... + - fixed broken isa RenderView test case + - parameterized roles now available + - path parts and chain base actions are parameterizable + - action names are parameterizable + - fixed parameterized role target meta object bug + +[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