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