koajs / joi-router

Configurable, input and output validated routing for koa
MIT License
450 stars 96 forks source link

Updated npm packages #19

Closed nilgradisnik closed 8 years ago

nilgradisnik commented 8 years ago

This library is using an outdated version of joi, there are a handful of useful new APIs available in version 8.x. Also updated co-body, co-bus-boy, and koa-router to latest version.

coveralls commented 8 years ago

Coverage Status

Coverage decreased (-87.5%) to 12.5% when pulling 09387f6a00e275ef83d2c154ce904b9c154708c3 on nilgradisnik:patch-1 into e20bc330b70d3a1cb2a61c133d7c4612b8ce8052 on koajs:master.

nilgradisnik commented 8 years ago

Well that didn't work. I see that from Joi version 7.0.0 it's not compatible with node version lower that 4.0.0

Perhaps we need a new joi-router version 4.x to support that. Thoughts?

aheckmann-pebble commented 8 years ago

Bumping major and going > 4.0.0 SGTM