promise-timeout
Version:
Simple timeouts for promises
25 lines (14 loc) • 525 B
Markdown
# promise-timeout
## v1.3.0 (2018-02-18)
* #3 - Make promise-timeout more portable
## v1.2.0 (2018-02-08)
* #4 - Improve the stack trace for TimeoutExceptions. Thanks, @tekwiz!
* Add JsDoc for return value. Thanks again, @tekwiz!
## v1.1.1 (2017-03-21)
* #2 - Change `let` to `var` for ES5 compatibility. Thanks, @mateuscalza!
## v1.1.0 (2017-03-07)
* Updated mocha.
* #1 - Clear timeout when promise settles, to avoid issues blocking the
event loop from exiting.
## v1.0.0 (2015-11-18)
* Initial release