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