reflex v0.7.0.0 Release Notes

Release Date: 2020-04-01 // about 4 years ago
    • โž• 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)