Releases: AviVahl/promise-assist
Releases · AviVahl/promise-assist
v2.0.1
- infra: re-publish of v2.0.0 as v2.0.1 due to npm registry publishing outage
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
- BREAKING: support Node 14 and above
- docs(waitFor): add default docs to
waitFor
by @eifr in #2
- feat: timeout callback message by @idoros in #44
New Contributors
- @eifr made their first contribution in #2
- @idoros made their first contribution in #44
Full Changelog: v1.3.0...v2.0.0
v1.3.0
- retry: print original stack when timing out (if possible). very useful for development.
v1.2.6
- maintenance release: code reformatting and devDeps updates.
v1.2.5
- corrected
waitFor
default timeout in README.
v1.2.4
- Increased default timeout of
waitFor
to 1s.
- Stopped transpiling
esm
version to es5
. Nicer in-browser experience.
v1.2.3
- deferred: default to
void
, for consistency with Promise.resolve()
.
v1.2.1
- publish commonjs target as es2017 (much nicer for debugging in node)
- signal node 8+ via "engines" field
- esm target (consumed by modern bundlers) is still es5
v1.2.0
- retry: make sure last error is always exposed and is not overridden
- retry: pass
Infinity
for infinite number of attempts
v1.1.1
- retry: fix timing out too quickly