koajs / koa-hbs

Handlebars templates for Koa.js
MIT License
160 stars 43 forks source link

when koa-hbs will support koa2 #46

Closed tonylinyy closed 8 years ago

tonylinyy commented 8 years ago

we use koa-hbs in our project,and testing koa2 koa2 is released,when koa-hbs will support it, thanks

shellscape commented 8 years ago

Word has it that node v7 will be using the version of V8 that supports async/await natively, and that's what is holding up Koa v2 from exiting alpha/next status. Once that happens, we'll update koa-hbs.

In the mean time, you can use koa-adapter, which will allow you to use koa v1 middleware with koa v2.

Robin-front commented 8 years ago

has some methods to fit koa2?

shellscape commented 8 years ago

@Robin-front come again?