Releases: HeinrichApfelmus/reactive-banana
Releases · HeinrichApfelmus/reactive-banana
1.3.1.0
1.3.0.0
- Added
Semigroup
andMonoid
instances toMoment
andMomentIO
. #223 - Add
@>
operator. #229 switchE
now takes an initial event. This is breaking change. The previous behavior can be restored by usingswitchE never
. #165- Triggering an
AddHandler
no longer allocates, leading to a minor performance improvement. #237 - A new
once
combinator has been added that filters anEvent
so it only fires once. #239 MonadMoment
instances have been added for all possibly monad transformers (from thetransformers
library). #248- Some internal refactoring to reduce allocations and improve performance. #238
- The
Reactive.Banana.Prim
hierarchy has been changed to better reflect the abstraction hierarchy. #241