Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use async and dep updates #17

Merged
merged 2 commits into from
Feb 11, 2018
Merged

Use async and dep updates #17

merged 2 commits into from
Feb 11, 2018

Conversation

feugy
Copy link
Owner

@feugy feugy commented Jan 30, 2018

  • Replace promise-based code with async/await.
  • Update dependencies, notably Hapi 17
  • Update docma configuration for better outpout
  • [Breaking change]: startServer() used to throw synrchonous errors while validating configuration.
    Now all errors are thrown asynchronously
  • Apply workaround for SwaggerUI issue introduced with hapi-swagger@9 (source).

@coveralls
Copy link

coveralls commented Jan 30, 2018

Coverage Status

Coverage decreased (-0.4%) to 99.639% when pulling 5d59e95 on async into f011f1a on master.

- Replace promise-based code with async/await.
- Update dependencies, notably Hapi 17
- Update docma configuration for better outpout
- **[Breaking change]**: `startServer()` used to throw synrchonous errors while validating configuration.
   Now all errors are thrown asynchronously
- Update dependencies
- Use better fix for swagger UI issue introduced with hapi-swagger@9+
@feugy feugy changed the title [WIP] use async and dep updates Use async and dep updates Feb 11, 2018
@feugy feugy merged commit 3511c4a into master Feb 11, 2018
@feugy feugy deleted the async branch February 11, 2018 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants