Skip to content

Releases: leebyron/async-to-gen

v1.1.0

09 Sep 15:44
Compare
Choose a tag to compare

New:

  • Async generator functions and for-await loops! (#18)

Fixes:

  • Fix case where referring to arguments in an async function could return an incorrect value (#17)

v1.0.6

07 Sep 17:24
Compare
Choose a tag to compare

Fixes:

  • async-node now works with existing require.extensions usage such as babel-register (#16)

v1.0.5

13 Aug 21:09
Compare
Choose a tag to compare

Add async-to-gen -v

v1.0.4

13 Aug 20:51
Compare
Choose a tag to compare

New:

  • async-node -v to get the version being used.

v1.0.3

13 Aug 17:55
Compare
Choose a tag to compare

Fixes:

  • Correct precedence rules for await when translated to yield (#10)

v1.0.2

13 Aug 00:44
Compare
Choose a tag to compare

Fixes:

  • Support for super expressions.
  • Fix bug where this is used within a nested arrow function.
  • Fix bug where interior comments could cause edits to be incorrect.