Skip to content

Latest commit

 

History

History
223 lines (101 loc) · 7.61 KB

CHANGELOG.md

File metadata and controls

223 lines (101 loc) · 7.61 KB

Changelog

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

0.6.4 (2020-02-29)

Bug Fixes

  • correct eventListenerArgs with accurate type (4e64fbd)

0.6.3 (2020-02-29)

Bug Fixes

  • fix types definition error (ea5c1ea)

0.6.2 (2020-02-29)

0.6.1 (2019-03-05)

Bug Fixes

  • export EventListenerArguments interface (dc4104d)

0.6.0 (2019-03-05)

Features

  • add the property to retrieve the arguements passed from listener (afa4aa7)

0.5.1 (2019-03-05)

Bug Fixes

  • call cancel when the promise is still pending (282cd35)

0.5.0 (2019-03-02)

Bug Fixes

  • carry either truthy value of the callback or predecessor's data (f97d368)

Features

  • expose publicPromiseQueueMax getter (4847043)
  • restirct promise store maximum length (fc58b5b)

0.4.0 (2019-02-26)

Bug Fixes

  • control single event sequence in the isolated promise (8cad808)

Features

  • recevie return value from last callback and pass to promise (34e2aa6)

0.3.7 (2019-02-22)

0.3.6 (2019-02-21)

Bug Fixes

  • correct import statement (6d0531b)

0.3.5 (2019-02-21)

0.3.4 (2019-02-21)

0.3.3 (2019-02-21)

0.3.2 (2019-02-10)

0.3.1 (2019-02-10)

0.3.0 (2019-02-09)

Features

  • implement schedule type "all" for multiple event sequences (b304b74)

0.2.1 (2019-02-09)

0.2.0 (2019-02-09)

Bug Fixes

  • resolve promise when reaching the sequence threshold (9e4205f)

Features

  • expose promise getter instead of getPromise method (c56935a)

0.1.1 (2019-02-09)

0.1.0 (2019-02-08)

Features

  • rename emitter to listener to match the meaning (58e9ed8)

0.0.4 (2019-02-08)

0.0.3 (2019-02-08)

Bug Fixes

  • check out to the target branch before updating the version (43e48fd)
  • fix up onlyEnd schedule type (0297e88)
  • guarantee "getPromise" always return a pending promise (50c534c)
  • remove promise wrapper when calling getPromise (59f6736)
  • stay consistent in naming things (36a3387)

0.0.2 (2019-02-08)

Bug Fixes

  • check out to the target branch before updating the version (43e48fd)
  • fix up onlyEnd schedule type (0297e88)
  • guarantee "getPromise" always return a pending promise (50c534c)
  • remove promise wrapper when calling getPromise (59f6736)
  • stay consistent in naming things (36a3387)

0.0.1 (2019-02-08)

Bug Fixes

  • check out to the target branch before updating the version (43e48fd)
  • fix up onlyEnd schedule type (0297e88)
  • guarantee "getPromise" always return a pending promise (50c534c)
  • remove promise wrapper when calling getPromise (59f6736)
  • stay consistent in naming things (36a3387)

0.0.0 (2019-02-08)

Bug Fixes

  • fix up onlyEnd schedule type (0297e88)
  • guarantee "getPromise" always return a pending promise (50c534c)
  • remove promise wrapper when calling getPromise (59f6736)
  • stay consistent in naming things (36a3387)