Skip to content

Latest commit

 

History

History
68 lines (31 loc) · 2.45 KB

CHANGELOG.md

File metadata and controls

68 lines (31 loc) · 2.45 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.6.0 (2022-02-10)

⚠ BREAKING CHANGES

  • setFailed only accepts Error for reason, exported types are simplified

Features

  • add getFailReason to wait return (8ff1c59)

0.5.6 (2021-11-02)

Bug Fixes

  • 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)

Bug Fixes

  • export waitFor() in index (082d37c)

0.5.4 (2021-04-11)

Features

  • add waitFor() for polling check ready status (3fc5e2d)

0.5.3 (2021-03-29)

Bug Fixes

  • add babel plugin to rollup to ensure es5 format foor bundle.js (154b5bb)

0.5.2 (2021-03-10)

Features

0.5.1 (2021-01-29)

Features

  • support set a name for waiting task (0ce972b)

0.5.0 (2020-03-14)

⚠ BREAKING CHANGES

  • method/type names are changed: beginWait() -> wait(); wait() -> afterReady()

Features

  • use generic type for result value (f7a938c)