Skip to content

v0.1.5

Compare
Choose a tag to compare
@fsoikin fsoikin released this 08 Jun 15:17
· 128 commits to master since this release

Changed

  • Breaking: wrapWithLocalState no longer takes an extra
    DispatchMsgFn Unit parameter (used only for error reporting)
  • Breaking: All places that previously took a DispatchMsgFn Unit sink for
    the purpose of reporting errors only, now take a DispatchMsgFn Void instead
    to better reflect the fact that they're not going to issue messages through
    that sink
  • Upgraded to PureScript 0.13.8

Added

  • wrapWithLocalState' - a more elaborate version of wrapWithLocalState that
    takes the extra DispatchMsgFn Void parameter