v1.0.4 Release
Changes
- Q.setTimeout() - Able to catch and report exception from callback
- Q.setTimeout() returns a timer id.
- Fixed a crash issue in Windows
New features
- Q.resolved() & Q.rejected() for creating an already fulfilled / rejected promise
- Q.clearTimeout() - clear a timeout
- Experimental Promise class in C++