Changelog History
Page 2
-
v0.6.4.1 Changes
February 06, 2020- ๐ Fix a bug in the Reflex Profiled transformer where
Reflex.Class.mergeIncrementalG
andReflex.Class.mergeIncrementalWithMoveG
implementations referenced itself instead of the inner transformed timeline, causing an infinite loop.
- ๐ Fix a bug in the Reflex Profiled transformer where
-
v0.6.3 Changes
December 20, 2019๐
Data.WeakBag.traverse
andData.FastWeakBag.traverse
have been deprecated. They are replaced withData.WeakBag.traverse_
andData.FastWeakBag.traverse_
, respectively.๐ Fixes a bug in
Reflex.Patch.MapWithMove.patchThatSortsMapWith
that was producing invalidPatchMapWithMove
.โ Add missing
NotReady
instances:instance NotReady (SpiderTimeline x) (SpiderHost x)
instance HasSpiderTimeline x => NotReady (SpiderTimeline x) (PerformEventT (SpiderTimeline x) (SpiderHost x))
-
v0.6.2.4 Changes
August 24, 2019- โก๏ธ Update to monoidal-containers 0.6
-
v0.6.2.3 Changes
August 23, 2019- โ Add an upper-bound to witherable
-
v0.6.2.2 Changes
๐ Support these >= 1. Add
split-these
flag to control whether to use new these/semialign combination or not.โก๏ธ Update version bounds to fix some CI failures
โ Add travis CI configuration
-
v0.6.2.1 Changes
August 01, 2019Generalize
fan
tofanG
to take aDMap
with non-Identity
functor:fan
tofanG
EventSelectorG
forfanG
result selector.
โฌ๏ธ Reduce the amount of unsafeCoerce in coercing newtypes under Event/Dynamic/Behavior.
- Add fused ReaderIO for the purpose of coercion (ReaderT's third argument has nominal role preventing automated coerce)
- Add incrementalCoercion/coerceIncremental to go with dynamicCoercion/coerceDynamic
๐ Generalize merging functions:
merge
tomergeG
,mergeIncremental
tomergeIncrementalG
,mergeIncrementalWithMove
tomergeIncrementalWithMoveG
.Generalize distribute function:
distributeDMapOverDynPure
todistributeDMapOverDynPureG
,
-
v0.6.2.0 Changes
๐ Fix
holdDyn
so that it is lazy in its event argument
These produceDMap
s whose values needn't beIdentity
.๐ Stop using the now-deprecated
*Tag
classes (e.g.,ShowTag
).๐ Fix
holdDyn
so that it is lazy in its event argument.
-
v0.6.1
March 28, 2019 -
v0.6.1.0 Changes
Re-export all of
Data.Map.Monoidal
๐ Fix
QueryT
andRequesterT
tests
-
v0.6
March 23, 2019