Releases: z0mt3c/hapi-swaggered-ui
Releases · z0mt3c/hapi-swaggered-ui
v2.3.0
v2.2.0
Deps updated:
- [email protected]
- lodash@4
- new option: defaultModelRendering
v2.1.0
v2.0.1
v2.0.0
v1.6.2
v1.6.1
v1.6.0
Changes:
- Allow configuring of auth-options (#14)
- Path handling: In case the plugin is registered with a prefix (
routes: { prefix: '/docs' }
) the path/docs/
will not work unless the router option stripTrailingSlash is set to true (router: { stripTrailingSlash: true }
. Requests to /docs and /docs/index.html will work either way. (Related to #11)