Skip to content

v0.0.5

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

Removed

  • id from CommonProps

Added

  • Bifunctor, Functor, Applicative instances for Transition
  • ComponentReturnCallback - a CPS-style way of returning polymorphically typed
    components.
  • boot - a common-case app entry point: mounts a UI component to a DOM element
    with given ID.

Changed

  • construct and wrapWithLocalState now accept a DispatchMsgFn Unit instead
    of (DispatchError -> Effect Unit) for reporting view errors.
  • construct now takes the error-reporting function after execution of the
    effect, to improve composability.

Deprecated

  • pureUpdate in favor of pure