b30a4c75c93fdfb9936cc12ecbb515fcb9c2d466
[catagits/Reaction.git] / Changes
1 Revision history for Reaction
2
3 0.002000 - 29 Apr 2008
4         - Update CheckUniques role to use around instead of overrides
5         - Stop using ACCEPT_CONTEXT, use InstancePerContext instead
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         - lots more documentation
17         - dependencies all updated for Catalyst 5.80
18
19 0.001002 - 28 Apr 2008
20         - the 002 changes is the real thing but mst shipped a broken dist
21           with this version :(
22
23 0.001001 - 12 Aug 2008
24         - Initital public release