koajs / joi-router

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

5->6 migration guide #96

Closed oprogramador closed 4 years ago

oprogramador commented 4 years ago

Could you write release notes, explaining how to upgrade joi-router from v5 to v6?

warapitiya commented 4 years ago

No changelog also. Is there a place I can see the changelog?

aheckmann commented 4 years ago

https://github.com/koajs/joi-router/blob/master/History.md#600--2019-04-27

The only reason for the major version was due to bumping the major version of @hapi/joi from 14.x -> 15.x, which is part of our API.