Skip to content

roblox-lua-promise v3.2.0

Compare
Choose a tag to compare
@evaera evaera released this 28 Dec 03:28
· 20 commits to master since this release

[3.2.0] - 2021-12-27

Added

  • Add Promise.onUnhandledRejection global event
  • Add Promise.retryWithDelay

Changed

  • Callable tables are now allowed anywhere that a function are allowed (Promise.new, andThen, etc)