A bug with generators nested inside catch blocks was diagnosed and fixed by @amasad (#70, #71).
When using Regenerator in Node, you can now more easily include the runtime by calling require("regenerator").runtime(), thanks to a pull request from @jonathanong (#77, #78).