v1.3.0.0
版本发布时间: 2022-03-28 23:23:52
HeinrichApfelmus/reactive-banana最新发布版本:v1.3.1.0(2022-08-13 21:55:30)
-
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