All Versions
28
Latest Version
Avg Release Cycle
123 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v0.8.2.1 Changes
- 🛠 Fix build for GHC 9.2
- Require patch >= 0.0.7.0
-
v0.8.2.0 Changes
- ➕ Add
matchResponseMapWithRequests
, which it similar tomatchResponsesWithRequests
but allows processing of multiple responses at once.
- ➕ Add
-
v0.8.1.1 Changes
- 👍 Allow newer hlint for older GHCs, and add upper bound for newer GHCs
-
v0.8.1.0 Changes
- ➕ Add support for GHC 8.10
- ⬇️ Drop support for GHC 8.2.* and earlier
-
v0.8.0.0 Changes
November 06, 2020- 🗄 Replace 0.7.2.0 with 0.8.0.0 to reflect the
MonadHold
interface change. Deprecates 0.7.2.0.
- 🗄 Replace 0.7.2.0 with 0.8.0.0 to reflect the
-
v0.7.2.0 Changes
November 06, 20200.7.2.0
- (#416) Add
now :: m (Event t ())
toMonadHold
. - Extend some dependency version bounds
- 🛠 Fix HLint 3 test
- (#416) Add
-
v0.7.1.1 Changes
🚀 Backport release. 🔄 Changes do not carry forward to 0.7.2.0.
- ➕ Add support for GHC 8.10
- ⬇️ Drop support for GHC < 8.4
- Extend some dependency version bounds
- 🛠 Fix HLint 3 test
-
v0.7.1.0 Changes
May 07, 2020- (#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.
- (#413, #417) Add
-
v0.7.0.0 Changes
April 01, 2020- ➕ 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)
- ➕ Add lifting instances for most classes to
-
v0.6.4 Changes
January 22, 2020👌 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