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