Skip to content

Releases: xobotyi/await-of

v3.1.1

21 Jul 09:58
Compare
Choose a tag to compare

3.1.1 (2021-07-21)

Bug Fixes

  • update README.md and gha config (98d78e2)

v3.1.0

21 May 18:38
Compare
Choose a tag to compare

3.1.0 (2020-05-21)

Features

  • add patreon funding link (747d970)

v3.0.0

18 Mar 23:08
Compare
Choose a tag to compare

3.0.0 (2020-03-18)

chore

  • re-create yarn.lock file; (017dda0)

BREAKING CHANGES

  • the function now name exported!

v2.1.0

04 Mar 09:00
Compare
Choose a tag to compare

2.1.0 (2020-03-04)

Features

  • update readme badges and header; (8fca26b)

v2.0.0

04 Mar 08:53
Compare
Choose a tag to compare

2.0.0 (2020-03-04)

Bug Fixes

Features

BREAKING CHANGES

  • now module has default export only.

v1.3.1

04 Mar 08:26
Compare
Choose a tag to compare

1.3.1 (2020-03-04)

Bug Fixes

  • move code coverage push to separate job. (1b24503)
  • move semantic release to separate job; (d11d674)

v1.3.0

04 Mar 07:32
Compare
Choose a tag to compare

1.3.0 (2020-03-04)

Features

  • versions now managed by semantic release; (0c2f516)

1.1.2

06 Aug 19:26
Compare
Choose a tag to compare

Fixed error throwing when called with non-thenable argument.

1.1.0

06 Aug 10:09
Compare
Choose a tag to compare

Rejection with empty value now emits an error that will be returned as rejection result;