Skip to content

Releases: maoosi/wait.js

v3.0.0

28 May 03:45
Compare
Choose a tag to compare

Changelog

  • The new keyword is not required anymore. new Wait() changed to Wait().
  • The .handle() function now directly return the context passed as first parameter .handle(this, () => {}).
  • New approach for delay/pause with .pause(this, milliseconds).
  • Async functions are now supported with (done) => { done() }.
  • Dev workflow moved from Gulp to Rollup.
  • Documentation enhancement.
  • Automated tests added.

v2.0.0

09 Jan 05:57
Compare
Choose a tag to compare
v2.0.0

v1.0.0

09 Jan 05:30
Compare
Choose a tag to compare
v1.0.0