Releases: reflex-frp/reflex
Releases · reflex-frp/reflex
v0.7.2.0
v0.7.1.0
- (#413, #417) Add
Reflex.Host.Headless
module which providesrunHeadlessApp
as an easy way to run a Reflex network in a "headless" environment. - (#420) Add a
Data.Zip.Unzip
instance forEvent
. - (#419) Add
distributeIntMapOverDynPure
andjoinDynThroughIntMap
as convenience functions for working withDynamic
IntMap
s.
v0.7.0.0
- Add lifting instances for most classes to
Reflex.Profiled.Profiled
. (#398) - Class
MonadQuery t q m
now has aMonad m
superclass constraint. (#400) - (Breaking change) Rename class
MonadBehaviorWriter
->BehaviorWriter
for consistency withEventWriter
/DynamicWriter
. (#401) - Introduce deprecated alias
MonadBehaviorWriter = BehaviorWriter
. (#401) - Fix bug in spider where event subscriptions would be prematurely finalized due to over-aggressive inlining. (#409)
- Add instances of
PerformEvent
andTriggerEvent
forMaybeT
. (#395)
v0.6.4.1
v0.6.4.0
-
Support GHC 8.8
-
Add
Reflex.Query.Base.mapQueryT
. See that module for documentation -
The
Reflex.Patch.*
modules were moved to thepatch
library.
They areData.Patch.*
there, but reexported under their old names for backwards compatability here. -
Additional instances for
Query
classes for basic types. -
Add cabal flags
debug-propagation
anddebug-event-cycles
to build in debugging
code for performance and for cyclic dependencies between events
v0.6.3
Fix version number for release
v0.6.2.4: Merge pull request #351 from reflex-frp/aa-monoidal-containers-0.6
Update to monoidal-containers 0.6, avoid 0.5