hapi-swagger/hapi-swagger

11.0.0 Release Notes

Closed this issue · 1 comments

Summary

This adds adds compatibility for Joi v16.0.0 schemas in hapi-swagger.

Breaking Changes

  • #617 Joi upgraded to v16.0.0. Minimum Hapi is v18.4.0. The top level schema object must be wrapped in Joi.object(). Closes #600

Updated dependencies

  • Boom upgraded to v8.0.0

Special thanks to @Tornquist and @matejdr for making this release possible.

Just wanted to leave a reminder to include a note about Typescript and/or remove the Typescript checking from npm test. The master build is currently failing because of that.