fix mismatched package names in POD
[catagits/Reaction.git] / Changes
1 Revision history for Reaction
2 0.003000 - 
3         - Fix Order role to allow for exclusions (for non-indexed columns) and
4           coerceion of the column name to allow proper ORDER BY generation in
5           belongs_to rels and fields that do not map directly to columns.
6         - Fix Package names in POD for various files. this was causing some
7           weirdness in CPAN.
8
9 0.002000 - 29 Apr 2008
10         - Update CheckUniques role to use around instead of overrides
11         - Stop using ACCEPT_CONTEXT, use InstancePerContext instead
12         - Added an error_message attribute to IM::Action
13         - Updated ViewPort::Action to support action-wide messages and error
14           messages via attribute message and model's error_message attribute.
15           - Updated templates and widget to match this
16           - Added an example to ComponentUI
17         - Add support for the external MooseX::Types::Common and 
18           MooseX::Types::DateTime type libraries in the VPs
19         - Eliminate memory leak related to InstancePerContext
20         - Move the short-cut code from flush_view to flush to prevent events
21           from happening if serving a static file
22         - lots more documentation
23         - dependencies all updated for Catalyst 5.80
24
25 0.001002 - 28 Apr 2008
26         - the 002 changes is the real thing but mst shipped a broken dist
27           with this version :(
28
29 0.001001 - 12 Aug 2008
30         - Initital public release