All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.6.0 (2022-02-10)
- setFailed only accepts Error for reason, exported types are simplified
- add getFailReason to wait return (8ff1c59)
0.5.6 (2021-11-02)
- deps: update jest, ts-jest to v27 (2329823)
- use never but not unknown for generic function arguments type in withReady() (a060ddd)
0.5.5 (2021-04-12)
- export waitFor() in index (082d37c)
0.5.4 (2021-04-11)
- add waitFor() for polling check ready status (3fc5e2d)
0.5.3 (2021-03-29)
- add babel plugin to rollup to ensure es5 format foor bundle.js (154b5bb)
0.5.2 (2021-03-10)
- add withReady() (425c48d)
0.5.1 (2021-01-29)
- support set a name for waiting task (0ce972b)
0.5.0 (2020-03-14)
- method/type names are changed: beginWait() -> wait(); wait() -> afterReady()
- use generic type for result value (f7a938c)