Changelog
0.13.11
getEventEmitter()
and can be used for custom events. committhis.getInstance().emitChange
, now you can just this.emitChange()
from inside a store. commitwaitFor
now takes in a splat or array of stores or dispatch tokens. commitalt
instance now gets passed to the store constructor as well as the actions constructor. commitsaveStore
parameter as well. commitChangelog
0.14.0
Changelog
0.13.10
saveStore
parameter to alt.createStore
. This parameter controls whether we should save the store internally (for snapshots, bootstraps) or not. Default is true. commit