v0.8.2
Stopped attempting to polyfill the promise
dependency (#142). Made yield*
work with string arguments (#157). Calling .next()
on a completed generator now returns { done: true }
instead of throwing a TypeError
(#158). The regeneratorRuntime.isGeneratorFunction
predicate is no longer vulnerable to minification of the GeneratorFunction
constructor (#156). Error parameters for catch
blocks are now renamed more correctly (#154).