update changelog in prep for release
[catagits/CatalystX-Declare.git] / Changes
CommitLineData
96e86979 1[0.015] Mon Oct 05 21:13:30 EST 2010
2 - Changed around the Makefile.PL to assist automation and hopefully
3 standardize it a bit for readability.
4 - Updated a bunch of dependencies to modern versions and remove those
5 which are no longer used.
6 - Switched usage of MX:AttributeHelpers to use Native functions that are
7 present in modern Mooses.
8 - Made it so that parameterized action traits using 'deep' parameters
9 (those which are references and not simple scalars) actual work. Added
10 tests for this and a few more test cases for parameterized action traits.
11
9fa23f33 12[0.014] Mon Aug 30 22:52:30 EST 2010
13 - Fixed regression introduced in last version related to how
14 we expand 'shortname' actionrole namespaces. We now revert
15 to the old behavior until we can reconcile with what is done
16 in Catalyst::Controller::ActionRole.
17 - Created tests to prevent above regression in the future
18
b2f0e86a 19[0.013] Wed Aug 25 19:29:01 EST 2010
20 - Controller now inherits from Catalyst::Controller::ActionRole
21 - ActionRoles can now be parameterized
22 - update dependencies
23 - docs and test for above
24
b290ab04 25[0.012] Thu Apr 1 21:03:30 CEST 2010
accfac7d 26 - fixed query parameter handling
27
19377310 28[0.011] Sun Oct 11 20:18:19 CEST 2009
2387a55a 29 - fixed broken isa RenderView test case
8d66ec34 30 - parameterized roles now available
31 - path parts and chain base actions are parameterizable
dd2759b0 32 - action names are parameterizable
1754e3e7 33 - fixed parameterized role target meta object bug
56929b96 34 - dispatch type mutabilisation for manipulation now done more
35 sanely (Tomas Doran).
36 - fixed M:I requirement handling for authors.
82fcd70a 37 - controller roles are now applied all at once (Tomas Doran).
17a275f5 38 - private actions now have a default signature of (@).
56e92f31 39
24a5fc45 40[0.010] Sun Sep 13 15:52:01 CEST 2009
41 - Fix Compat with MooseX::Method::Signatures >=0.22 ( KENTNL )
7bc93bda 42
7e31288a 43[0.009] Fri Aug 21 23:54:11 CEST 2009
2bb54af3 44 - action classes are now moosified after loading, this means that
45 RenderView should now work with isa. (thanks to all reporters!)
46 - documented 'isa' action class option (experimental!)
4f00d8db 47 - fixed bug where setup wasn't called without plugins
fe864e80 48 - fixed bug where under block scope wasn't cleaned up
ed4a2203 49 - action signatures now influence dispatching, non-matching actinos
50 will be skipped by the chained dispatch type
5bb744f2 51
b68e416c 52[0.008] Tue Aug 18 19:59:57 CEST 2009
656c3cdd 53 - default_inner now ignores arguments
c2a8165b 54 - preparations for parameterized roles
55 - MooseX::Method::Signatures now publically exposes signature object
93d55a1a 56
24659158 57[0.007] Sun Aug 16 04:12:43 CEST 2009
f00bea98 58 - used namespace keyword in examples
59 - allow namespace shorcuts in controller role application
dae04329 60
6f74e03e 61[0.006] Sun Aug 16 03:43:10 CEST 2009
4bfe9283 62 - fixed keyword listing method to use new MXD around
5a494dae 63 - changed prereq for D:D to ensure fix of method call issue
025923ce 64
7fb06b2e 65[0.005] Wed Aug 12 22:51:42 CEST 2009
baecccb4 66 - action signature errors now lead to 404's, not 400's
d5c35e43 67 - prereq D:D version that fixed method invocation issue
b7400fcf 68
1c6c6239 69[0.004] Wed Aug 5 22:40:58 CEST 2009
70 - Added model and view keywords
71 - More configure_requires fixes
d195c4d9 72
39c19901 73[0.003] Mon Aug 3 21:38:42 CEST 2009
74 - Added File::Find::Rule(::Perl) to configure_requires
c8602962 75
392e5076 76[0.002] Mon Aug 3 17:30:23 CEST 2009
77 - Fixed Changes, hah!
78 - Fixed error in bad request handling being too greedy
79 - Added tests for errors in modified action methods
16c0d620 80
81[0.001] Sat Aug 1 21:26:41 CEST 2009
856ac9a7 82 - Initial release