v3.3.0
Features:
- Cancelling Promise returned from Promise.delay() and .delay() now calls
clearTimeout
(#1000) - Add monitoring and lifecycle hooks
- Add
'warning'
hook for warnings (#980)
Bugfixes:
- Fix warnings for "promise was rejected with non-error" being output when promises are rejected with errors from different realm (#990)