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