Skip to content

Conversation

kettanaito
Copy link
Member

  • Adds support for .finally() method on the deferred promise.
  • Fixes an issue when catching an exception would still treat the deferred promise as unhandled (re-assign this.promise in the then/catch/finally methods).
  • Adds JSDoc descriptions for the .then(), .catch(), and .finally() methods.

@kettanaito kettanaito merged commit 1fcebb2 into main Sep 26, 2022
@kettanaito kettanaito deleted the feat/finally branch September 26, 2022 10:15
@kettanaito
Copy link
Member Author

Released: v1.1.0 🎉

This has been released in v1.1.0!

Make sure to always update to the latest version (npm i @open-draft/deferred-promise@latest) to get the newest features and bug fixes.


Predictable release automation by @ossjs/release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant