parameterized roles now available
[catagits/CatalystX-Declare.git] / Changes
1 [0.011] ...
2     - fixed broken isa RenderView test case
3     - parameterized roles now available in general
4
5 [0.010] Sun Sep 13 15:52:01 CEST 2009
6     - Fix Compat with MooseX::Method::Signatures >=0.22 ( KENTNL )
7
8 [0.009] Fri Aug 21 23:54:11 CEST 2009
9     - action classes are now moosified after loading, this means that
10       RenderView should now work with isa. (thanks to all reporters!)
11     - documented 'isa' action class option (experimental!)
12     - fixed bug where setup wasn't called without plugins
13     - fixed bug where under block scope wasn't cleaned up
14     - action signatures now influence dispatching, non-matching actinos
15       will be skipped by the chained dispatch type
16
17 [0.008] Tue Aug 18 19:59:57 CEST 2009
18     - default_inner now ignores arguments
19     - preparations for parameterized roles
20     - MooseX::Method::Signatures now publically exposes signature object
21
22 [0.007] Sun Aug 16 04:12:43 CEST 2009
23     - used namespace keyword in examples
24     - allow namespace shorcuts in controller role application
25
26 [0.006] Sun Aug 16 03:43:10 CEST 2009
27     - fixed keyword listing method to use new MXD around
28     - changed prereq for D:D to ensure fix of method call issue
29
30 [0.005] Wed Aug 12 22:51:42 CEST 2009
31     - action signature errors now lead to 404's, not 400's
32     - prereq D:D version that fixed method invocation issue
33
34 [0.004] Wed Aug  5 22:40:58 CEST 2009
35     - Added model and view keywords
36     - More configure_requires fixes
37
38 [0.003] Mon Aug  3 21:38:42 CEST 2009
39     - Added File::Find::Rule(::Perl) to configure_requires
40
41 [0.002] Mon Aug  3 17:30:23 CEST 2009
42     - Fixed Changes, hah!
43     - Fixed error in bad request handling being too greedy
44     - Added tests for errors in modified action methods
45
46 [0.001] Sat Aug  1 21:26:41 CEST 2009
47     - Initial release