mobx-state-tree
Advanced tools
Changelog
0.3.2
Changelog
0.3.1
.create
, and picked up using getEnv
Changelog
0.3.0
primitive
type, use a more specific type insteaddepth
parameter to getParent
and hasParent
addMiddleWare
. onAction
now uses middleware, if it is used, all parameters of actions should be serializable!Changelog
0.2.2
detach
.destroy
to remove a model from it's parent and mark it as dead.protect
, it can only be modified through action, and not by mutating it directly anymore.Changelog
0.2.1
Changelog
0.2.0
createFactory
to types.model
(breaking!)composeFactory
to types.extend
(breaking!)name(params) { body }
, instead of name: action(function (params) { body})
(breaking!)factory.create
(breaking!)identifier
reference