== Version 0 == === Version 0.5 === Experiments toward a radically new implementation. Active code is unaffected. (I hope!) * commented out experimental modules (breaking TypeCompose 0.4 DistribM dependency) * new Improving.hs (old is SImproving.hs), Unamb. * Generalized Reactive to Reactive' * structural tweaking with EventExtras * factored out EventExtras for use with different Events reps. * many additions to SReactive * SFuture tweak. redid mergeF in SEvent. * Data.SReactive * Event' in event ops in MEvent.hs * MEvent.hs: more event ops * lots of little experiments * race condition fixed in the race function in Data.Future === Version 0.3 === * Commented out LANGUAGE pragmas and added OPTIONS_GHC -fglasgow-exts for ghc-6.6 compatibility. === Version 0.2 === * Fixed switcher. Didn't terminate. Thanks to Ivan Tomac for the bug report. === Version 0.1 === * Added Never constructor for Future. Allows optimizations, including a huge improvement for (>>=) on Event (which had been piling up nevers). * removed -threaded comment * added traceR (reactive value tracing) * use idler in src/Examples.hs (for single-threaded use of wxHaskell) === Version 0.0 === * New project.