Skip to content

Releases: tlghn/awync

1.1.1

03 Nov 23:43
Compare
Choose a tag to compare
  • Bug fix: Awaiter should only wrap non generator functions

1.1.0

03 Nov 22:45
Compare
Choose a tag to compare
  • Added Iterator and Callback support
  • Added support for chained references yield
    await.someObject.someReference.someOtherReference.someAsyncCallbac() now works!