mobx-utils
Advanced tools
Changelog
5.0.0
createViewModel
now also copies computed properties to the view Model. Implements [#100].(https://github.com/mobxjs/mobx-utils/issues/100). Implemented through #126 by @RafalFilipek.Changelog
4.0.1
fromPromise
based promise to fromPromise
no longer throws an exception. Fixes #119resetProperty
to typescript typings, fixes #117 through #118 by @navidjhmoveItem(array, fromIndex, toIndex)
utility, as replacement for the dropped ObservableArray.move
in MobX 4. Trough #121 by @jeffijoeChangelog
4.0.0
Updated mobx-utils to use MobX 4. No futher changes
Changelog
3.2.1
whenAsync
was not exposed correctly.timeout
parameter to whenAsync