Skip to content

v0.7.0.0

Compare
Choose a tag to compare
@3noch 3noch released this 07 May 22:22
· 200 commits to develop since this release
v0.7.0.0
b14cf8a
  • 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)