Skip to content

Releases: tinkerer-red/GML-Promise

1.1.1

12 Oct 18:01
Compare
Choose a tag to compare

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

1.0.2

17 Jun 02:06
Compare
Choose a tag to compare

GML Promise

1.0.1

17 Jun 01:48
Compare
Choose a tag to compare

GML Promise

GML Promises

16 Jun 23:35
Compare
Choose a tag to compare
1.0.0

Merge branch 'master'