Skip to content

Releases: bramus/watchable-promise

2.1.3

Choose a tag to compare

@bramus bramus released this 19 Jan 13:59
  • BUGFIX: When resolving/rejecting on the instance, don’t await but immediately return the existing promises.

2.1.2

Choose a tag to compare

@bramus bramus released this 19 Jan 13:58
  • HOTFIX: Undo change from 2.1.1 and don’t immediately update state when resolving/rejecting directly - this was a bad idea.

2.1.1

Choose a tag to compare

@bramus bramus released this 16 Jan 17:32
  • BUGFIX: When resolving/rejecting directly, immediately update the state and such

2.1.0

Choose a tag to compare

@bramus bramus released this 16 Jan 17:32
  • NEW: Allow calling resolve and reject directly on an instance

2.0.1

Choose a tag to compare

@bramus bramus released this 16 Jan 12:35

I managed to botch the 2.0.0 release as it didn’t do a build before packing up the package. This release fixes that (and is what the 2.0.0 release should have been).

2.0.0

Choose a tag to compare

@bramus bramus released this 16 Jan 12:33
  • REFACTOR: Rename status to state to more closely match the Promise terminology
  • NEW: Keep track of the value in addition to the state and settled

1.0.0

Choose a tag to compare

@bramus bramus released this 16 Jan 12:32

First release! 🥳