Skip to content

Releases: reflex-frp/reflex

v0.7.2.0

06 Nov 12:15
Compare
Choose a tag to compare

0.7.2.0

  • (#416) Add now :: m (Event t ()) to MonadHold.
  • Extend some dependency version bounds
  • Fix HLint 3 test

v0.7.1.0

07 May 22:01
v0.7.1.0
122d736
Compare
Choose a tag to compare
  • (#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

07 May 22:22
v0.7.0.0
b14cf8a
Compare
Choose a tag to compare
  • 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.1

07 May 22:22
Compare
Choose a tag to compare
  • 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.4.0

07 May 22:23
fc801a8
Compare
Choose a tag to compare
  • 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

v0.6.3

30 Dec 19:14
Compare
Choose a tag to compare
Fix version number for release

v0.6.2.4: Merge pull request #351 from reflex-frp/aa-monoidal-containers-0.6

24 Aug 20:31
657973d
Compare
Choose a tag to compare

v0.6.2.3

23 Aug 09:32
Compare
Choose a tag to compare
v0.6.2.3 - Add an upper-bound to witherable

v0.6.2.1

01 Aug 19:57
c477539
Compare
Choose a tag to compare
Update ChangeLog.md

v0.6.1

28 Mar 18:55
Compare
Choose a tag to compare
Re-export Data.Map.Monoidal; Fix tests