Releases: jeffijoe/mobx-task
Releases · jeffijoe/mobx-task
v3.0.2
3.0.2 (2024-2-2)
Bug Fixes
- use Awaited instead of WithoutPromise (5169bb0)
v3.0.1
3.0.1 (2023-10-30)
Bug Fixes
- sourcemaps: re-add the inlineSources compiler option to fix source maps (fdc1d2b)
v3.0.0
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
2.0.1 (2020-05-25)
Bug Fixes
v2.0.0
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.