Changelog for reflex-basic-host-0.2.0.1
ChangeLog
0.2.0.1 - 2019-10-29
- Documentation fixups.
- Removed redundant dependencies from cabal file.
0.2 - 2019-10-28
- Added Reflex.Host.Basic.repeatUntilQuit_, with the same behaviour
as 0.1'sReflex.Host.Basic.repeatUntilQuit.
- Reflex.Host.Basic.repeatUntilQuitnow returns an- Eventthat
fires each time the action executes. If you don't need this,
consider- Reflex.Host.Basic.repeatUntilQuit_.
- Reflex.Host.Basic.basicHostWithQuit: Expect a guest that returns
only- Event t (), as trying to return an actual result gives
hard-to-diagnose type errors at the use site and most people
returned- ()anyway.
- Reflex.Host.Basic.basicHostForever: Return- ()instead of- afor
the same reason.
- Do not fork a new thread when starting the host.
- All hosts now run in separate reflex timelines.
- Add example of a program with two independent hosts.
0.1 - 2019-03-19