Releases: z0mt3c/hapi-swaggered-ui
Releases · z0mt3c/hapi-swaggered-ui
v2.3.0
No features, just ES6 and updated requirements:
- hapi version >= 10
- node version >= 4
v2.2.0
Deps updated:
- swagger-ui@2.1.4
- lodash@4
- new option: defaultModelRendering
v2.1.0
- Drop support for node 0.10
- Support for Hapi 10 #23
- Update README (ref inert and vision) #22
- Update swagger-ui@2.1.2
v2.0.1
- Fixing feature defaultTags
v2.0.0
- hapi 9 support (dropped 7)
- now depends on inert & vision for hapi >=9
- Added support for global base path #18
- Added path option
v1.6.2
Update dependencies - especially:
- swagger-ui to 2.1.1 (resolving hapi-swaggered-ui#16)
v1.6.1
- Make template path configurable (#15)
- Add docs for #14
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)