Skip to content

Commit

Permalink
docs: update readme with release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob McGuinness committed Aug 15, 2020
1 parent 7377838 commit 1fbc7aa
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@ in a project.

## Compatibility

| Version | [Hapi](https://github.com/hapijs/hapi) | [Joi](https://github.com/hapijs/joi) | Node | Release Notes |
| ------- | -------------------------------------- | ------------------------------------ | ------ | ------------------------------------------------------------- |
| `13.x` | `>=19.0.0 @hapi/hapi` | `>=17.0.0` | `>=12` | [#660](https://github.com/glennjones/hapi-swagger/issues/660) |
| `12.x` | `>=19.0.0 @hapi/hapi` | `>=17.0.0` | `>=12` | [#644](https://github.com/glennjones/hapi-swagger/issues/644) |
| `11.x` | `>=18.4.0 @hapi/hapi` | `>=16.0.0` | `>=8` | [#631](https://github.com/glennjones/hapi-swagger/issues/631) |
| `10.x` | `>=18.3.1 @hapi/hapi` | `>=14.0.0` | `>=8` | [#587](https://github.com/glennjones/hapi-swagger/issues/587) |
| `9.x` | `>=17 hapi` | `<14.0.0` | `>=8` | [#487](https://github.com/glennjones/hapi-swagger/issues/487) |
| `7.x` | `<17 hapi` | ??? | ??? | [#325](https://github.com/glennjones/hapi-swagger/issues/325) |
| Version | [Hapi](https://github.com/hapijs/hapi) | [Joi](https://github.com/sideway/joi) | Node | Release Notes |
| ------- | -------------------------------------- | ------------------------------------- | ------ | ------------------------------------------------------------- |
| `14.x` | `>=19.0.0 @hapi/hapi` | `>=17.0.0 joi` | `>=12` | [#680](https://github.com/glennjones/hapi-swagger/issues/680) |
| `13.x` | `>=19.0.0 @hapi/hapi` | `>=17.0.0 @hapi/joi` | `>=12` | [#660](https://github.com/glennjones/hapi-swagger/issues/660) |
| `12.x` | `>=19.0.0 @hapi/hapi` | `>=17.0.0 @hapi/joi` | `>=12` | [#644](https://github.com/glennjones/hapi-swagger/issues/644) |
| `11.x` | `>=18.4.0 @hapi/hapi` | `>=16.0.0 @hapi/joi` | `>=8` | [#631](https://github.com/glennjones/hapi-swagger/issues/631) |
| `10.x` | `>=18.3.1 @hapi/hapi` | `>=14.0.0 @hapi/joi` | `>=8` | [#587](https://github.com/glennjones/hapi-swagger/issues/587) |
| `9.x` | `>=17 hapi` | `<14.0.0` | `>=8` | [#487](https://github.com/glennjones/hapi-swagger/issues/487) |
| `7.x` | `<17 hapi` | ??? | ??? | [#325](https://github.com/glennjones/hapi-swagger/issues/325) |

## Installation

Expand All @@ -27,7 +28,7 @@ You can add the module to your Hapi using npm:
> npm install hapi-swagger --save
```

**hapi-swagger** no longer bundles `@hapi@joi` to fix [#648](https://github.com/glennjones/hapi-swagger/issues/648). Install **hapi-swagger** with peer dependencies using:
**hapi-swagger** no longer bundles `joi` to fix [#648](https://github.com/glennjones/hapi-swagger/issues/648). Install **hapi-swagger** with peer dependencies using:

```bash
npx install-peerdeps hapi-swagger
Expand Down

0 comments on commit 1fbc7aa

Please sign in to comment.