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