koajs / ejs

a koa view render middleware, support all feature of ejs
MIT License
248 stars 57 forks source link

Support koa2, and upgrade dependencies #34

Closed halfcrazy closed 7 years ago

halfcrazy commented 7 years ago

koa2 no longer encourages to use generator functions, to replace generator function with async function so that dont have to use co to workaround with koa2.

halfcrazy commented 7 years ago

@dead-horse Changed to async/await syntax.

dead-horse commented 7 years ago

👍

dead-horse commented 7 years ago

4.0.0