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