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

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 to matchResponsesWithRequests but allows processing of multiple responses at once.
  • 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.
  • v0.7.2.0 Changes

    November 06, 2020

    0.7.2.0

    • (#416) Add now :: m (Event t ()) to MonadHold.
    • Extend some dependency version bounds
    • ๐Ÿ›  Fix HLint 3 test
  • 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 provides runHeadlessApp as an easy way to run a Reflex network in a "headless" environment.
    • ๐Ÿ“ฆ (#420) Add a Data.Zip.Unzip instance for Event.
    • (#419) Add distributeIntMapOverDynPure and joinDynThroughIntMap as convenience functions for working with Dynamic IntMaps.
  • 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 a Monad m superclass constraint. (#400)
    • (Breaking change) Rename class MonadBehaviorWriter -> BehaviorWriter for consistency with EventWriter/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 and TriggerEvent for MaybeT. (#395)
  • 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 the patch library. They are Data.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 and debug-event-cycles to build in debugging code for performance and for cyclic dependencies between events