Skip to content

v0.1.6

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

Added

  • Support for SSR (server-side rendering) via Elmish.Boot.boot. This breaks
    pre-existing Elmish.Boot users (see "Removed").

Removed

  • Breaking: The contents of Elmish.Boot - BootResult, boot, and
    boot'. Replaced and subsumed by server-side rendering support (see "Added").

Changed

  • Breaking: Elmish.React.reactMount renamed to render to match React's
    naming.
  • wrapWithLocalState will now report errors to the console instead of
    swallowing them. This could be used by catch-all error reporters such as
    Rollbar or Airbrake.
  • Breaking: mkJsCallback remaned to jsCallback and lost its onError
    parameter. It will now report errors to the console, same as
    wrapWithLocalState. The previous version with an explicit onError
    parameter is now available as jsCallback'
  • React API is now FFIed via EffectFnX instead of FnX.