aboutsummaryrefslogtreecommitdiffstats
path: root/Changes
blob: cdfe071a33772d7e4d8128d0d50e83b4402615f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Revision history for Reaction
0.003000 - 
        - Fix Order role to allow for exclusions (for non-indexed columns) and
          coerceion of the column name to allow proper ORDER BY generation in
          belongs_to rels and fields that do not map directly to columns.
0.002000 - 29 Apr 2008
        - Update CheckUniques role to use around instead of overrides
        - Stop using ACCEPT_CONTEXT, use InstancePerContext instead
        - Added an error_message attribute to IM::Action
        - Updated ViewPort::Action to support action-wide messages and error
          messages via attribute message and model's error_message attribute.
          - Updated templates and widget to match this
          - Added an example to ComponentUI
        - Add support for the external MooseX::Types::Common and 
          MooseX::Types::DateTime type libraries in the VPs
        - Eliminate memory leak related to InstancePerContext
        - Move the short-cut code from flush_view to flush to prevent events
          from happening if serving a static file
        - lots more documentation
        - dependencies all updated for Catalyst 5.80

0.001002 - 28 Apr 2008
        - the 002 changes is the real thing but mst shipped a broken dist
          with this version :(

0.001001 - 12 Aug 2008
        - Initital public release