Skip to content

Releases: jeffijoe/mobx-task

v3.0.2

02 Feb 15:14
7c88d92
Compare
Choose a tag to compare

3.0.2 (2024-2-2)

Bug Fixes

  • use Awaited instead of WithoutPromise (5169bb0)

v3.0.1

30 Oct 18:12
4df68ce
Compare
Choose a tag to compare

3.0.1 (2023-10-30)

Bug Fixes

  • sourcemaps: re-add the inlineSources compiler option to fix source maps (fdc1d2b)

v3.0.0

22 Aug 15:01
ea4d7b5
Compare
Choose a tag to compare

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.

v2.0.1

25 May 19:14
2470408
Compare
Choose a tag to compare

2.0.1 (2020-05-25)

Bug Fixes

v2.0.0

18 Sep 13:54
0e4e7df
Compare
Choose a tag to compare

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.