update changelog in prep for release
[catagits/CatalystX-Declare.git] / Changes
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
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
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
25 [0.012] Thu Apr  1 21:03:30 CEST 2010
26     - fixed query parameter handling
27
28 [0.011] Sun Oct 11 20:18:19 CEST 2009
29     - fixed broken isa RenderView test case
30     - parameterized roles now available
31     - path parts and chain base actions are parameterizable
32     - action names are parameterizable
33     - fixed parameterized role target meta object bug
34     - dispatch type mutabilisation for manipulation now done more
35       sanely (Tomas Doran).
36     - fixed M:I requirement handling for authors.
37     - controller roles are now applied all at once (Tomas Doran).
38     - private actions now have a default signature of (@).
39
40 [0.010] Sun Sep 13 15:52:01 CEST 2009
41     - Fix Compat with MooseX::Method::Signatures >=0.22 ( KENTNL )
42
43 [0.009] Fri Aug 21 23:54:11 CEST 2009
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!)
47     - fixed bug where setup wasn't called without plugins
48     - fixed bug where under block scope wasn't cleaned up
49     - action signatures now influence dispatching, non-matching actinos
50       will be skipped by the chained dispatch type
51
52 [0.008] Tue Aug 18 19:59:57 CEST 2009
53     - default_inner now ignores arguments
54     - preparations for parameterized roles
55     - MooseX::Method::Signatures now publically exposes signature object
56
57 [0.007] Sun Aug 16 04:12:43 CEST 2009
58     - used namespace keyword in examples
59     - allow namespace shorcuts in controller role application
60
61 [0.006] Sun Aug 16 03:43:10 CEST 2009
62     - fixed keyword listing method to use new MXD around
63     - changed prereq for D:D to ensure fix of method call issue
64
65 [0.005] Wed Aug 12 22:51:42 CEST 2009
66     - action signature errors now lead to 404's, not 400's
67     - prereq D:D version that fixed method invocation issue
68
69 [0.004] Wed Aug  5 22:40:58 CEST 2009
70     - Added model and view keywords
71     - More configure_requires fixes
72
73 [0.003] Mon Aug  3 21:38:42 CEST 2009
74     - Added File::Find::Rule(::Perl) to configure_requires
75
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
80
81 [0.001] Sat Aug  1 21:26:41 CEST 2009
82     - Initial release