microcosm
Advanced tools
Changelog
12.10.0
defaults
static object to
provide default setup options.get
to retrieve a null value
without a fallback.repo.append(action, state)
should reconcile historyChangelog
12.9.0
repo.parallel
method. This returns an action that
represents a group of actions processing in parallel.yeild
an array. This produces
the same behavior as repo.parallel
Presenter::getModel
assignments
accept Observables.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.