Skip to content

Commit

Permalink
chore: dep updates + swagger fix
Browse files Browse the repository at this point in the history
- Update dependencies
- Use better fix for swagger UI issue introduced with hapi-swagger@9+
  • Loading branch information
feugy committed Feb 11, 2018
1 parent 7d7ce86 commit 5d59e95
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 7 deletions.
5 changes: 5 additions & 0 deletions docs/content/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ <h2 id="4-0-0">4.0.0</h2>
Now all errors are thrown asynchronously</li>
<li>Dependencies update, including Hapi 17</li>
</ul>
<h2 id="3-3-1">3.3.1</h2>
<ul>
<li>Fix max request payload limit by configuring it to a GB.</li>
<li>Dependencies update</li>
</ul>
<h2 id="3-3-0">3.3.0</h2>
<ul>
<li>Expose customizable OpenAPI descriptor (disabled by default)</li>
Expand Down
2 changes: 1 addition & 1 deletion docs/js/docma-web.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/documented-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ Disabled by default, provide `swagger` option to service definition to enable it
To run the example:
> node documented-service
Then open a browser to http://localhost:3000/documentation
Then open a browser to http://localhost:3000/doc

Loading

0 comments on commit 5d59e95

Please sign in to comment.