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