reflex v0.6.2.1 Release Notes

Release Date: 2019-08-01 // over 4 years ago
    • Generalize fan to fanG to take a DMap with non-Identity functor:

      • fan to fanG
      • EventSelectorG for fanG 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 to mergeG, mergeIncremental to mergeIncrementalG, mergeIncrementalWithMove to mergeIncrementalWithMoveG.

    • Generalize distribute function: distributeDMapOverDynPure to distributeDMapOverDynPureG,