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