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

Update hapi-swagger to the latest version 🚀 #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Dec 23, 2017

Version 9.0.0 of hapi-swagger was just published.

Dependency hapi-swagger
Current Version 8.0.0
Type dependency

The version 9.0.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of hapi-swagger.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes v9.0.0

See v9 Release Notes #487

Commits

The new version differs by 21 commits.

There are 21 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

@coveralls
Copy link

Coverage Status

Coverage remained the same at 45.0% when pulling 7ca7fce on greenkeeper/hapi-swagger-9.0.0 into b94c8c9 on master.

greenkeeper bot added a commit that referenced this pull request Dec 30, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 30, 2017

Version 9.0.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 7, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 7, 2018

Version 9.0.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 11, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 11, 2018

Version 9.1.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • 8ca600e v9.1.0
  • b5d24e7 Merge pull request #500 from tobiasbueschel/feat/add-tags-to-documentation-route
  • db2689a Merge pull request #503 from iaoiui/master
  • b0e9d48 fixed sample code of Quick Start. A closing curly bracket does not exist.
  • d2bf7d1 Allow users to set hapi route tags for paths created by hapi-swagger

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 11, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 11, 2018

Version 9.1.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 1 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 11, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 11, 2018

  • The dependency hapi-swagger was updated from 8.0.0 to 9.1.2.

Update to this version instead 🚀

Release Notes for v9.1.2
  • Fix wrong host in Swagger JSON #499
  • Fix slow hasFileType check. Closes #484
  • Fix undefined check for alternatives property
  • Fix removes type field from arrays when $ref is present #533
  • Fix RegExp pattern in generated swagger.json to be compatible with the Swagger UI and other tools #506
Commits

The new version differs by 26 commits.

There are 26 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 13, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 13, 2018

  • The dependency hapi-swagger was updated from 8.0.0 to 9.1.3.

Update to this version instead 🚀

Release Notes for v9.1.3
  • fix: Use the incoming request to determine the host and port #537
Commits

The new version differs by 4 commits.

  • 6d4c479 9.1.3
  • 248dbda Merge pull request #537 from jameswragg/master
  • a371ff1 chore: Add unit test to cover host resolution logic.
  • 83b7d74 Use the incoming request to determine the host and port

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 4, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 4, 2018

  • The dependency hapi-swagger was updated from 8.0.0 to 9.2.0.

Update to this version instead 🚀

Release Notes for v9.2.0

Features

  • Allow user to add x-* outside of info object #548
Commits

The new version differs by 7 commits.

  • 38fe2a8 9.2.0
  • 2cfb144 Merge pull request #548 from patelmayankce/master
  • 36936d5 add test case validation
  • f444836 add test case for x-* tag outside of info
  • 15e899e Allow user to add x-* to add tags outside of info
  • 5ded482 Merge pull request #542 from KDS/master
  • 8dd33c7 deactivate directory listing for route /swaggerui

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 22, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 22, 2018

  • The dependency hapi-swagger was updated from 8.0.0 to 9.3.0.

Update to this version instead 🚀

Release Notes for v9.3.0

Features

  • Allow x-* in routes #551
Commits

The new version differs by 8 commits.

  • c7bdea0 9.3.0
  • dbe2631 build: only inlude libs files when publishing to npm
  • e2f69b9 docs: add notes about x-* in route options
  • 70eb9a6 Merge pull request #551 from claranet/master
  • 4c57ec3 Merge pull request #554 from iNuanfeng/master
  • c598892 fix usageguide.md for hapi 17+
  • 23ab80d Allow vendor extensions at route level
  • 9d160ec docs: optionsreference.md

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 10, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 10, 2019

  • The dependency hapi-swagger was updated from 8.0.0 to 9.3.1.

Update to this version instead 🚀

Release Notes for v9.3.1

Fixed

  • Fixes #561: Add support for multihop proxy headers #562
Commits

The new version differs by 5 commits.

  • e4cff5d 9.3.1
  • 14cd672 build: upgrade husky 1.x
  • 752ef01 Merge pull request #562 from hiseva/multi-hop-proxy
  • 10d6f8d Add support for multihop proxy headers.
  • d04b1bd chore: upgrade hoek

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 8, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 8, 2019

  • The dependency hapi-swagger was updated from 8.0.0 to 9.3.2.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • a61b16f 9.3.2
  • 9a57398 Merge pull request #573 from mihalicyn/patch-1
  • 77fb50b Fixed an issue #572: "field examples not appear correctly in swagger.json and swagger-ui"

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 13, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 13, 2019

  • The dependency hapi-swagger was updated from 8.0.0 to 9.4.0.

Update to this version instead 🚀

Release Notes for v9.4.0

Feature

  • Support Hapi 18 as peer dependency, unit tests and travis. Closes #557
Commits

The new version differs by 4 commits.

  • b72a67a 9.4.0
  • 7a67363 Merge pull request #574 from glennjones/feature/hapi-18-testing-support
  • 218bf0e test: make tests compatible with hapi 18
  • 21d3c54 build: add prettier and remove conflicting linter rules

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 14, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 14, 2019

  • The dependency hapi-swagger was updated from 8.0.0 to 9.4.1.

Update to this version instead 🚀

Release Notes for v9.4.1

Fixed

  • Fixes #417: invalid swagger.json using date().min() and date().max()
Commits

The new version differs by 3 commits.

  • 344bb9a 9.4.1
  • 09157e5 Merge pull request #575 from tomyam1/fix_date_minmax
  • 4c5b89f Ignore .min() and .max() for dates to avoid creating invalid swagger.json

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 24, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 24, 2019

  • The dependency hapi-swagger was updated from 8.0.0 to 9.4.2.

Update to this version instead 🚀

Release Notes for v9.4.2

Fixed

  • Fixes #576: empty joi example produces wrong swagger
Commits

The new version differs by 4 commits.

  • 2269145 9.4.2
  • af3c5f4 fix: empty joi example produces wrong swagger
  • 61e5a28 build: add prettier
  • ccba252 docs: update year date range to present

See the full diff

greenkeeper bot added a commit that referenced this pull request May 26, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented May 26, 2019

  • The dependency hapi-swagger was updated from 8.0.0 to 10.0.0.

Update to this version instead 🚀

Commits

The new version differs by 92 commits.

  • 17a4b2f 10.0.0
  • c448010 ci: use npm default publish tag
  • a5aa5c1 docs: use scoped inert
  • a428908 v10
  • 9528ea6 Merge branch 'master' into feature/next
  • 86a0c07 typescript definition support (#588)
  • f50e2e9 test: add type to ts test
  • 5bb666b fix: make expanded option in ts definition
  • 4b3d968 test: add test for type definition
  • 9003b47 docs: add more route options to ts definition
  • 32f8e91 style: typo fix in options reference
  • 48d03d1 refactor: use typescript declaration merging for route options
  • c2cfa7a docs: add more ts definition properties to plugin options
  • 1209124 docs: update release note links in readme
  • 79c2e31 docs: use scoped package in readme

There are 92 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request May 27, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented May 27, 2019

  • The dependency hapi-swagger was updated from 8.0.0 to 10.0.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jun 3, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 3, 2019

  • The dependency hapi-swagger was updated from 8.0.0 to 10.0.2.

Update to this version instead 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant