X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=0eba164249954090e7d943a814b4d660b397456c;hb=HEAD;hp=88594520d4bd045cb27d9ccd622464e4c3ab685d;hpb=8d66ec34c9e689995444f25294693449d8be0309;p=catagits%2FCatalystX-Declare.git diff --git a/Changes b/Changes index 8859452..0eba164 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,41 @@ -[0.011] ... +[0.015] Mon Oct 05 21:13:30 EST 2010 + - Changed around the Makefile.PL to assist automation and hopefully + standardize it a bit for readability. + - Updated a bunch of dependencies to modern versions and remove those + which are no longer used. + - Switched usage of MX:AttributeHelpers to use Native functions that are + present in modern Mooses. + - Made it so that parameterized action traits using 'deep' parameters + (those which are references and not simple scalars) actual work. Added + tests for this and a few more test cases for parameterized action traits. + +[0.014] Mon Aug 30 22:52:30 EST 2010 + - Fixed regression introduced in last version related to how + we expand 'shortname' actionrole namespaces. We now revert + to the old behavior until we can reconcile with what is done + in Catalyst::Controller::ActionRole. + - Created tests to prevent above regression in the future + +[0.013] Wed Aug 25 19:29:01 EST 2010 + - Controller now inherits from Catalyst::Controller::ActionRole + - ActionRoles can now be parameterized + - update dependencies + - docs and test for above + +[0.012] Thu Apr 1 21:03:30 CEST 2010 + - fixed query parameter handling + +[0.011] Sun Oct 11 20:18:19 CEST 2009 - 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 + - dispatch type mutabilisation for manipulation now done more + sanely (Tomas Doran). + - fixed M:I requirement handling for authors. + - controller roles are now applied all at once (Tomas Doran). + - private actions now have a default signature of (@). [0.010] Sun Sep 13 15:52:01 CEST 2009 - Fix Compat with MooseX::Method::Signatures >=0.22 ( KENTNL )