v0.9.6
- The
regenerator-transform
package is now compiled in loose mode: #265 %GeneratorPrototype%
now inherits from%IteratorPrototype%
, and theSymbol.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 enclosingfinally
blocks: #255