koa-mongoose icon indicating copy to clipboard operation
koa-mongoose copied to clipboard

koa latest version support

Open liqichao opened this issue 7 years ago • 1 comments

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 src/index.js:16:5

liqichao avatar May 30 '17 07:05 liqichao

Actually, the generators were replaced with async/await by this commit, but it hasn't been yet applied to the latest version.

buo avatar Jun 02 '17 17:06 buo