Releases: TheWalruzz/godot-promise
Releases · TheWalruzz/godot-promise
2.0.1
- Fixed from_many() function (#3)
2.0.0
- 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.0
- First release
- Main API is functional and tested, but bugs can still come up.