helapkg / hela

:icecream: Powerful software development experience and management. Enhancing @tc39 JS, @denoland and @nodejs, because we need a bit of magic. :sparkles: You can think of it as Cargo for the JavaScript ecosystem.
Mozilla Public License 2.0
331 stars 41 forks source link

koa deprecated Support for generators will be removed in v3. #166

Closed qiulang closed 5 years ago

qiulang commented 5 years ago

koa deprecated Support for generators will be removed in v3. See the documentation for examples of how to convert old middleware https://github.com/koajs/koa/blob/master/docs/migration.md

Can you update your codes ?

Thanks!

tunnckoCore commented 5 years ago

Yea, I know, thanks. Is it known when v3 will be released? To know what time I have for v4 of this package.

qiulang commented 5 years ago

https://github.com/koajs/koa/issues/1114 talks about 3.0 roadmap.

tunnckoCore commented 5 years ago

And still, they are at 2.7.

I'm following and will update it when it happens.