Skip to content

Releases: TheWalruzz/godot-promise

2.0.0

28 May 10:44
Compare
Choose a tag to compare
  • Promises now remember their state after being settled and can be awaited once more to immediately get the results. Awaiting settled signal is now deprecated in favor of wait() method #2
  • Added Promise.resolve() and Promise.reject()

1.0.1

17 Jan 08:18
Compare
Choose a tag to compare
  • Fixed #1

1.0.0

23 Jul 09:56
Compare
Choose a tag to compare
  • First release
  • Main API is functional and tested, but bugs can still come up.