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