mobx-task

Makes async function state management in MobX fun.

MIT License

Downloads
10.6K
Stars
238

Bot releases are visible (Hide)

mobx-task - v3.0.2 Latest Release

Published by github-actions[bot] 9 months ago

3.0.2 (2024-2-2)

Bug Fixes

  • use Awaited instead of WithoutPromise (5169bb0)
mobx-task - v3.0.1

Published by github-actions[bot] 12 months ago

3.0.1 (2023-10-30)

Bug Fixes

  • sourcemaps: re-add the inlineSources compiler option to fix source maps (fdc1d2b)
mobx-task - v3.0.0

Published by jeffijoe about 2 years ago

3.0.0 (2022-08-22)

Features

BREAKING CHANGES

  • The decorator will break when a MobX decorator is used on the same method. Additionally, updated the TypeScript target to es6, same as MobX 6.
mobx-task - v2.0.1

Published by jeffijoe over 4 years ago

2.0.1 (2020-05-25)

Bug Fixes

mobx-task - v2.0.0

Published by jeffijoe about 5 years ago

2.0.0 (2019-09-18)

Code Refactoring

Features

  • TaskGroup: add TaskGroup feature (5262d6b)

BREAKING CHANGES

  • the type definitions are
    not compatible with the community-contributed ones at DefinitelyTyped.