Skip to content

v1.0.4 Release

Compare
Choose a tag to compare
@benlau benlau released this 13 May 19:10
· 46 commits to master since this release

Changes

  1. Q.setTimeout() - Able to catch and report exception from callback
  2. Q.setTimeout() returns a timer id.
  3. Fixed a crash issue in Windows

New features

  1. Q.resolved() & Q.rejected() for creating an already fulfilled / rejected promise
  2. Q.clearTimeout() - clear a timeout
  3. Experimental Promise class in C++