bump the version and add some Changes
[catagits/Reaction.git] / Changes
1 Revision history for Reaction
2 0.002003 - 4 Mar 2011
3         - fixes for Moose 2
4
5 0.002002 - 5 Nov 2010
6         - use JSON::Any instead of JSON
7
8 0.002001 - 2 Nov 2010
9         - Fix some POD and tests
10         - Fix Order role to allow for exclusions (for non-indexed columns) and
11           coerceion of the column name to allow proper ORDER BY generation in
12           belongs_to rels and fields that do not map directly to columns.
13         - Fix Package names in POD for various files. this was causing some
14           weirdness in CPAN.
15         - All Reaction::UI::ViewPort::* now uses MooseX::Types
16         - Add 'action' attribute to Action viewport
17           - Adapt widget and layout to changes
18           - Add example of explicitly stating action to ComponentUI
19         - Don't override custom location in push_viewport
20         - Wire layout_args, which was forgotten + example of how to use it
21         - CRUD functionality is now implemented as roles, so it can be used 
22           without needing to use Controller::Collection::CRUD
23         - Deprecate redirect_to and move it to an external role
24         - Controllers no longer 'use Reaction::Class' which was causing 
25           problems with metaclass compatibility. 'use Moose' is now the
26           preferred approach.
27 0.002000 - 29 Apr 2008
28         - Update CheckUniques role to use around instead of overrides
29         - Stop using ACCEPT_CONTEXT, use InstancePerContext instead
30         - Added an error_message attribute to IM::Action
31         - Updated ViewPort::Action to support action-wide messages and error
32           messages via attribute message and model's error_message attribute.
33           - Updated templates and widget to match this
34           - Added an example to ComponentUI
35         - Add support for the external MooseX::Types::Common and 
36           MooseX::Types::DateTime type libraries in the VPs
37         - Eliminate memory leak related to InstancePerContext
38         - Move the short-cut code from flush_view to flush to prevent events
39           from happening if serving a static file
40         - lots more documentation
41         - dependencies all updated for Catalyst 5.80
42
43 0.001002 - 28 Apr 2008
44         - the 002 changes is the real thing but mst shipped a broken dist
45           with this version :(
46
47 0.001001 - 12 Aug 2008
48         - Initital public release