glennjones/hapi-swagger
### [`v13.1.0`](https://togithub.com/glennjones/hapi-swagger/releases/v13.1.0)
[Compare Source](https://togithub.com/glennjones/hapi-swagger/compare/v13.0.2...v13.1.0)
##### Feature
- [#676](https://togithub.com/glennjones/hapi-swagger/pull/676) Add option to allow override server-level validation in plugin registration. Closes [#675](https://togithub.com/glennjones/hapi-swagger/issues/675)
### [`v13.0.2`](https://togithub.com/glennjones/hapi-swagger/releases/v13.0.2)
[Compare Source](https://togithub.com/glennjones/hapi-swagger/compare/v13.0.1...v13.0.2)
##### Fixed
- regex pattern broken broken in [#663](https://togithub.com/glennjones/hapi-swagger/issues/663)
### [`v13.0.1`](https://togithub.com/glennjones/hapi-swagger/releases/v13.0.1)
[Compare Source](https://togithub.com/glennjones/hapi-swagger/compare/v13.0.0...v13.0.1)
##### Fixed
- [#360](https://togithub.com/glennjones/hapi-swagger/issues/360) `Joi.object().pattern()` object is just showing up as an empty object in generated `swagger.json` [#663](https://togithub.com/glennjones/hapi-swagger/pull/663)
### [`v13.0.0`](https://togithub.com/glennjones/hapi-swagger/releases/v13.0.0)
[Compare Source](https://togithub.com/glennjones/hapi-swagger/compare/v12.1.3...v13.0.0)
- [Release Notes #660](https://togithub.com/glennjones/hapi-swagger/issues/660)
### [`v12.1.3`](https://togithub.com/glennjones/hapi-swagger/releases/v12.1.3)
[Compare Source](https://togithub.com/glennjones/hapi-swagger/compare/v12.1.2...v12.1.3)
##### Fixed
- [#654](https://togithub.com/glennjones/hapi-swagger/issues/654) `tags` option should be defined as array of objects in TS definition
### [`v12.1.2`](https://togithub.com/glennjones/hapi-swagger/releases/v12.1.2)
[Compare Source](https://togithub.com/glennjones/hapi-swagger/compare/v12.1.1...v12.1.2)
##### Fixed
- [#652](https://togithub.com/glennjones/hapi-swagger/issues/652) Fix regex pattern parsing [#653](https://togithub.com/glennjones/hapi-swagger/issues/653)
### [`v12.1.1`](https://togithub.com/glennjones/hapi-swagger/releases/v12.1.1)
[Compare Source](https://togithub.com/glennjones/hapi-swagger/compare/v12.1.0...v12.1.1)
##### Fixed
- [#639](https://togithub.com/glennjones/hapi-swagger/issues/639) Faster json generation . Closes [#638](https://togithub.com/glennjones/hapi-swagger/issues/638)
### [`v12.1.0`](https://togithub.com/glennjones/hapi-swagger/releases/v12.1.0)
[Compare Source](https://togithub.com/glennjones/hapi-swagger/compare/v12.0.0...v12.1.0)
##### Feature
- [#645](https://togithub.com/glennjones/hapi-swagger/issues/645) add options that allow `hapi-swagger` to work behind various proxy scenarios. See [#645 (comment)](https://togithub.com/glennjones/hapi-swagger/pull/645#issue-364705700) for details.
- `swaggerUIPath` is not defined, `routesBasePath` is not defined
- Both take default value `/swaggerui/`
- Endpoints base path is default value
- Assets base path points to default value
- Preserves current behaviour
- `swaggerUIPath` is defined, `routesBasePath` is not defined
- routesBasePath takes `swaggerUIPath` value
- Endpoints base path is `swaggerUIPath` value
- Assets base path points to `swaggerUIPath` value
- Preserves current behaviour
- `swaggerUIPath` is not defined, `routesBasePath` is defined
- Endpoints base path is `routesBasePath` value
- Assets base path points to default value
- **New behaviour**
- `swaggerUIPath` is defined, `routesBasePath` is defined
- Endpoints base path is `routesBasePath` value
- Assets base path points to `swaggerUIPath` value
- **New behaviour**
### [`v12.0.0`](https://togithub.com/glennjones/hapi-swagger/releases/v12.0.0)
[Compare Source](https://togithub.com/glennjones/hapi-swagger/compare/v11.1.0...v12.0.0)
- [Release Notes #644](https://togithub.com/glennjones/hapi-swagger/issues/644)
### [`v11.1.0`](https://togithub.com/glennjones/hapi-swagger/releases/v11.1.0)
[Compare Source](https://togithub.com/glennjones/hapi-swagger/compare/v11.0.2...v11.1.0)
##### Feature
- [#637](https://togithub.com/glennjones/hapi-swagger/issues/637) allow vendor extensions in tags
```yaml
tags:
- name: pets
x-something: my pets
```
### [`v11.0.2`](https://togithub.com/glennjones/hapi-swagger/releases/v11.0.2)
[Compare Source](https://togithub.com/glennjones/hapi-swagger/compare/v11.0.1...v11.0.2)
##### Fixed
- [#636](https://togithub.com/glennjones/hapi-swagger/issues/636) Upgrade Joi to `v16.1.8`. Closes [#634](https://togithub.com/glennjones/hapi-swagger/issues/634)
### [`v11.0.1`](https://togithub.com/glennjones/hapi-swagger/releases/v11.0.1)
[Compare Source](https://togithub.com/glennjones/hapi-swagger/compare/v11.0.0...v11.0.1)
##### Fixed
- [#601](https://togithub.com/glennjones/hapi-swagger/issues/601) Support **204** `No Content` in swagger definition. Closes [#392](https://togithub.com/glennjones/hapi-swagger/issues/392)
Renovate configuration
:date: Schedule: "every 2 weeks on Monday before 7am" in timezone Europe/Berlin.
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
11.0.0
->13.1.0
Release Notes
glennjones/hapi-swagger
### [`v13.1.0`](https://togithub.com/glennjones/hapi-swagger/releases/v13.1.0) [Compare Source](https://togithub.com/glennjones/hapi-swagger/compare/v13.0.2...v13.1.0) ##### Feature - [#676](https://togithub.com/glennjones/hapi-swagger/pull/676) Add option to allow override server-level validation in plugin registration. Closes [#675](https://togithub.com/glennjones/hapi-swagger/issues/675) ### [`v13.0.2`](https://togithub.com/glennjones/hapi-swagger/releases/v13.0.2) [Compare Source](https://togithub.com/glennjones/hapi-swagger/compare/v13.0.1...v13.0.2) ##### Fixed - regex pattern broken broken in [#663](https://togithub.com/glennjones/hapi-swagger/issues/663) ### [`v13.0.1`](https://togithub.com/glennjones/hapi-swagger/releases/v13.0.1) [Compare Source](https://togithub.com/glennjones/hapi-swagger/compare/v13.0.0...v13.0.1) ##### Fixed - [#360](https://togithub.com/glennjones/hapi-swagger/issues/360) `Joi.object().pattern()` object is just showing up as an empty object in generated `swagger.json` [#663](https://togithub.com/glennjones/hapi-swagger/pull/663) ### [`v13.0.0`](https://togithub.com/glennjones/hapi-swagger/releases/v13.0.0) [Compare Source](https://togithub.com/glennjones/hapi-swagger/compare/v12.1.3...v13.0.0) - [Release Notes #660](https://togithub.com/glennjones/hapi-swagger/issues/660) ### [`v12.1.3`](https://togithub.com/glennjones/hapi-swagger/releases/v12.1.3) [Compare Source](https://togithub.com/glennjones/hapi-swagger/compare/v12.1.2...v12.1.3) ##### Fixed - [#654](https://togithub.com/glennjones/hapi-swagger/issues/654) `tags` option should be defined as array of objects in TS definition ### [`v12.1.2`](https://togithub.com/glennjones/hapi-swagger/releases/v12.1.2) [Compare Source](https://togithub.com/glennjones/hapi-swagger/compare/v12.1.1...v12.1.2) ##### Fixed - [#652](https://togithub.com/glennjones/hapi-swagger/issues/652) Fix regex pattern parsing [#653](https://togithub.com/glennjones/hapi-swagger/issues/653) ### [`v12.1.1`](https://togithub.com/glennjones/hapi-swagger/releases/v12.1.1) [Compare Source](https://togithub.com/glennjones/hapi-swagger/compare/v12.1.0...v12.1.1) ##### Fixed - [#639](https://togithub.com/glennjones/hapi-swagger/issues/639) Faster json generation . Closes [#638](https://togithub.com/glennjones/hapi-swagger/issues/638) ### [`v12.1.0`](https://togithub.com/glennjones/hapi-swagger/releases/v12.1.0) [Compare Source](https://togithub.com/glennjones/hapi-swagger/compare/v12.0.0...v12.1.0) ##### Feature - [#645](https://togithub.com/glennjones/hapi-swagger/issues/645) add options that allow `hapi-swagger` to work behind various proxy scenarios. See [#645 (comment)](https://togithub.com/glennjones/hapi-swagger/pull/645#issue-364705700) for details. - `swaggerUIPath` is not defined, `routesBasePath` is not defined - Both take default value `/swaggerui/` - Endpoints base path is default value - Assets base path points to default value - Preserves current behaviour - `swaggerUIPath` is defined, `routesBasePath` is not defined - routesBasePath takes `swaggerUIPath` value - Endpoints base path is `swaggerUIPath` value - Assets base path points to `swaggerUIPath` value - Preserves current behaviour - `swaggerUIPath` is not defined, `routesBasePath` is defined - Endpoints base path is `routesBasePath` value - Assets base path points to default value - **New behaviour** - `swaggerUIPath` is defined, `routesBasePath` is defined - Endpoints base path is `routesBasePath` value - Assets base path points to `swaggerUIPath` value - **New behaviour** ### [`v12.0.0`](https://togithub.com/glennjones/hapi-swagger/releases/v12.0.0) [Compare Source](https://togithub.com/glennjones/hapi-swagger/compare/v11.1.0...v12.0.0) - [Release Notes #644](https://togithub.com/glennjones/hapi-swagger/issues/644) ### [`v11.1.0`](https://togithub.com/glennjones/hapi-swagger/releases/v11.1.0) [Compare Source](https://togithub.com/glennjones/hapi-swagger/compare/v11.0.2...v11.1.0) ##### Feature - [#637](https://togithub.com/glennjones/hapi-swagger/issues/637) allow vendor extensions in tags ```yaml tags: - name: pets x-something: my pets ``` ### [`v11.0.2`](https://togithub.com/glennjones/hapi-swagger/releases/v11.0.2) [Compare Source](https://togithub.com/glennjones/hapi-swagger/compare/v11.0.1...v11.0.2) ##### Fixed - [#636](https://togithub.com/glennjones/hapi-swagger/issues/636) Upgrade Joi to `v16.1.8`. Closes [#634](https://togithub.com/glennjones/hapi-swagger/issues/634) ### [`v11.0.1`](https://togithub.com/glennjones/hapi-swagger/releases/v11.0.1) [Compare Source](https://togithub.com/glennjones/hapi-swagger/compare/v11.0.0...v11.0.1) ##### Fixed - [#601](https://togithub.com/glennjones/hapi-swagger/issues/601) Support **204** `No Content` in swagger definition. Closes [#392](https://togithub.com/glennjones/hapi-swagger/issues/392)Renovate configuration
:date: Schedule: "every 2 weeks on Monday before 7am" in timezone Europe/Berlin.
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.