Skip to content

Releases: z0mt3c/hapi-swaggered-ui

v2.3.0

22 Jan 23:31
Compare
Choose a tag to compare

No features, just ES6 and updated requirements:

  • hapi version >= 10
  • node version >= 4

v2.2.0

13 Jan 22:25
Compare
Choose a tag to compare

Deps updated:

v2.1.0

18 Sep 14:32
Compare
Choose a tag to compare

v2.0.1

17 Aug 14:44
Compare
Choose a tag to compare
  • Fixing feature defaultTags

v2.0.0

17 Aug 10:32
Compare
Choose a tag to compare
  • 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

28 Jul 08:59
Compare
Choose a tag to compare

Update dependencies - especially:

  • swagger-ui to 2.1.1 (resolving hapi-swaggered-ui#16)

v1.6.1

15 Jul 09:16
Compare
Choose a tag to compare
  • Make template path configurable (#15)
  • Add docs for #14

v1.6.0

25 Jun 09:35
Compare
Choose a tag to compare

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)