Skip to content

v0.9.6

Compare
Choose a tag to compare
@benjamn benjamn released this 17 Feb 16:24
· 359 commits to main since this release
  • The regenerator-transform package is now compiled in loose mode: #265
  • %GeneratorPrototype% now inherits from %IteratorPrototype%, and the Symbol.iterator method has been moved to %IteratorPrototype%: #264
  • Arrow functions inside generator functions are now properly ignored by the compiler, like other functions: #277
  • Calls to generator.return(...) can now be overridden by enclosing finally blocks: #255