dont make events happen unless necesary
[catagits/Reaction.git] / Changes
1 Revision history for Reaction
2 0.002000
3         - Update CheckUniques role to use around instead of overrides
4         - Stop using ACCEPT_CONTEXT, use InstancePerContext instead
5         - up the dependency version on Devel::Declare to 003004
6         - Added an error_message attribute to IM::Action
7         - Updated ViewPort::Action to support action-wide messages and error
8           messages via attribute message and model's error_message attribute.
9           - Updated templates and widget to match this
10           - Added an example to ComponentUI
11         - Add support for the external MooseX::Types::Common and 
12           MooseX::Types::DateTime type libraries in the VPs
13         - Eliminate memory leak related to InstancePerContext
14         - Move the short-cut code from flush_view to flush to prevent events
15           from happening if serving a static file
16
17 0.001001 - 12 Aug 2008
18         - Initital public release