# This file documents the revision history for Perl extension Catalyst::ActionRole::MethodSignatureDependencyInjection.

0.009 - 2015-05-29
  - Support for quoted attributes (Chained('ddd')).
  - $ENV{CATALYST_METHODSIGNATURES_DEBUG} added.

0.008 - 2015-05-29
  - Added support for chained actions
  - Ability to infer Args and CaptureArgs from declared method
    signature (when using Catalyst::ActionSignature).
  - Declare type constraints on args and captureargs.
  - Implicitly use CaptureArgs(0) in chained actions when no
    Args or Captures is declared.
  - Lots of small documentation inprovements.

0.007 - 2015-05-28
  - New support for signatures via Catalyst::ActionSignatures.
  - You must now declare $c if you need it (this is a breaking change
    from earlier releases.  I promise I won't do this again.

0.006 - 2015-05-18
  - Added missing test dependency

0.005 - 2015-05-07
  - Experimental support for Function::Parameters

0.004 - 2015-05-06
  - added the subroutine attribute approach for people that fear
    the prototype approach.
  - some code refactoring and tests so that we move toward something
    I can imagine as stable.

0.003 - 2015-05-03
  - fixed a problem where we don't play nice with other
    actionroles.
  - make it so you alwasy get '$c' since this I think is rather
    expected.

0.002 - 2015-05-01
  - Fixed missing readme

0.001 - 2015-05-01
  - First Release 
