All Versions
28
Latest Version
Avg Release Cycle
123 days
Latest Release
-

Changelog History
Page 2

  • v0.6.4.1 Changes

    February 06, 2020
    • ๐Ÿ›  Fix a bug in the Reflex Profiled transformer where Reflex.Class.mergeIncrementalG and Reflex.Class.mergeIncrementalWithMoveG implementations referenced itself instead of the inner transformed timeline, causing an infinite loop.
  • v0.6.3 Changes

    December 20, 2019
    • ๐Ÿ—„ Data.WeakBag.traverse and Data.FastWeakBag.traverse have been deprecated. They are replaced with Data.WeakBag.traverse_ and Data.FastWeakBag.traverse_, respectively.

    • ๐Ÿ›  Fixes a bug in Reflex.Patch.MapWithMove.patchThatSortsMapWith that was producing invalid PatchMapWithMove.

    • โž• 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, 2019
    • 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,

  • v0.6.2.0 Changes

    • ๐Ÿ›  Fix holdDyn so that it is lazy in its event argument
      These produce DMaps whose values needn't be Identity.

    • ๐Ÿ—„ 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 and RequesterT tests

  • v0.6

    March 23, 2019