dynamic runtime and role fixes
[catagits/CatalystX-Declare.git] / Changes
CommitLineData
56e92f31 1[0.011] ...
2387a55a 2 - fixed broken isa RenderView test case
8d66ec34 3 - parameterized roles now available
4 - path parts and chain base actions are parameterizable
dd2759b0 5 - action names are parameterizable
1754e3e7 6 - fixed parameterized role target meta object bug
56e92f31 7
24a5fc45 8[0.010] Sun Sep 13 15:52:01 CEST 2009
9 - Fix Compat with MooseX::Method::Signatures >=0.22 ( KENTNL )
7bc93bda 10
7e31288a 11[0.009] Fri Aug 21 23:54:11 CEST 2009
2bb54af3 12 - action classes are now moosified after loading, this means that
13 RenderView should now work with isa. (thanks to all reporters!)
14 - documented 'isa' action class option (experimental!)
4f00d8db 15 - fixed bug where setup wasn't called without plugins
fe864e80 16 - fixed bug where under block scope wasn't cleaned up
ed4a2203 17 - action signatures now influence dispatching, non-matching actinos
18 will be skipped by the chained dispatch type
5bb744f2 19
b68e416c 20[0.008] Tue Aug 18 19:59:57 CEST 2009
656c3cdd 21 - default_inner now ignores arguments
c2a8165b 22 - preparations for parameterized roles
23 - MooseX::Method::Signatures now publically exposes signature object
93d55a1a 24
24659158 25[0.007] Sun Aug 16 04:12:43 CEST 2009
f00bea98 26 - used namespace keyword in examples
27 - allow namespace shorcuts in controller role application
dae04329 28
6f74e03e 29[0.006] Sun Aug 16 03:43:10 CEST 2009
4bfe9283 30 - fixed keyword listing method to use new MXD around
5a494dae 31 - changed prereq for D:D to ensure fix of method call issue
025923ce 32
7fb06b2e 33[0.005] Wed Aug 12 22:51:42 CEST 2009
baecccb4 34 - action signature errors now lead to 404's, not 400's
d5c35e43 35 - prereq D:D version that fixed method invocation issue
b7400fcf 36
1c6c6239 37[0.004] Wed Aug 5 22:40:58 CEST 2009
38 - Added model and view keywords
39 - More configure_requires fixes
d195c4d9 40
39c19901 41[0.003] Mon Aug 3 21:38:42 CEST 2009
42 - Added File::Find::Rule(::Perl) to configure_requires
c8602962 43
392e5076 44[0.002] Mon Aug 3 17:30:23 CEST 2009
45 - Fixed Changes, hah!
46 - Fixed error in bad request handling being too greedy
47 - Added tests for errors in modified action methods
16c0d620 48
49[0.001] Sat Aug 1 21:26:41 CEST 2009
856ac9a7 50 - Initial release