Skip to content

Version 12.9.0

Compare
Choose a tag to compare
@nhunzaker nhunzaker released this 25 Jul 18:12
· 171 commits to master since this release
  • Added new repo.parallel method. This returns an action that represents a group of actions processing in parallel.
  • The action generator form may now yeild an array. This produces the same behavior as repo.parallel
  • Presenter::getModel assignments accept Observables.
  • Do not warn in strict mode when attempting to change a complete action. This allows for use cases like, "Cancel this action, but only if it hasn't finished yet."
  • History and Action now serialize to JSON. This supports a new debugger.
  • Presenter:send now pushes to the instance of Microcosm for the Presenter that first sent the action. This prevents repo.state from being wrong for a subsection of an application with an action that needs to reference state.
  • Microcosm uses Flow. Flow definitions ship with the npm module.