Skip to content

v0.11.0

Compare
Choose a tag to compare
@fsoikin fsoikin released this 29 Jul 14:59
· 17 commits to master since this release
  • support for subscriptions - see the Elmish.Subscription module.
  • Breaking: forks's parameter now takes a record of { dispatch, onStop }
    instead of just a naked dispatch function. This change is in support of
    subscriptions.