Skip to content

roblox-lua-promise v3.0.1

Compare
Choose a tag to compare
@evaera evaera released this 24 Aug 17:42
· 59 commits to master since this release

[3.0.1] - 2020-08-24

Fixed

  • Make Promise.is work with promises from old versions of the library (#41)
  • Make Promise.delay properly break out of the current loop (#40)
  • Allow upvalues captured by queued callbacks to be garbage collected when the Promise resolves by deleting the queues when the Promise settles (#39)