Skip to content

1.1.1

Latest
Compare
Choose a tag to compare
@tinkerer-red tinkerer-red released this 12 Oct 18:01
· 3 commits to main since this release

Additions:

  • Promise() now optionally takes in an task function, meaning Promise.Then() is no longer a requirement.
  • JSDoc Improvements for all native async GML promise variants

Breaking Changes:

  • Promise() no longer takes in callback and errback functions, these now need to be implicitly supplied by .Finally() and .Catch() respectably