Skip to content
This repository has been archived by the owner on Oct 11, 2018. It is now read-only.

Releases: KamiKillertO/waitjs

v0.2.4

18 Aug 05:29
Compare
Choose a tag to compare

Installation doc fixed

v0.2.3

16 Aug 05:51
Compare
Choose a tag to compare

Fixes

  • Throw errors if time or occurence invalide
  • Set wait._state to REPEAT only if occurence is set

v0.2.1

14 Aug 10:26
Compare
Choose a tag to compare

Fixed bower manifest

v0.2.0

14 Aug 10:07
Compare
Choose a tag to compare

Added new parameter occurence to the wait function.
It allow to execute the wait handlers multiples times each time after the waiting time.

Update documentation

Version 0.1.1

05 Aug 06:01
Compare
Choose a tag to compare

waitjs is now on npm and bower.

See installation instructions in README.

Added :

  • Wait.catch function