Skip to content

Commit

Permalink
docs: update README for v13.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob McGuinness committed Apr 6, 2020
1 parent 0fd7242 commit b48f461
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -12,6 +12,7 @@ in a project.

| Version | [Hapi](https://github.com/hapijs/hapi) | [Joi](https://github.com/hapijs/joi) | Node | Release Notes |
| ------- | -------------------------------------- | ------------------------------------ | ------ | ------------------------------------------------------------- |
| `v13.x` | `>=19.0.0 @hapi/hapi` | `>=17.0.0` | `>=12` | [#660](https://github.com/glennjones/hapi-swagger/issues/660) |
| `v12.x` | `>=19.0.0 @hapi/hapi` | `>=17.0.0` | `>=12` | [#644](https://github.com/glennjones/hapi-swagger/issues/644) |
| `v11.x` | `>=18.4.0 @hapi/hapi` | `>=16.0.0` | `>=8` | [#631](https://github.com/glennjones/hapi-swagger/issues/631) |
| `v10.x` | `>=18.3.1 @hapi/hapi` | `>=14.0.0` | `>=8` | [#587](https://github.com/glennjones/hapi-swagger/issues/587) |
Expand All @@ -26,6 +27,12 @@ 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:

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

If you want to view the documentation from your API you will also need to install the `inert` and `vision` plugs-ins which support templates and static
content serving.

Expand Down

0 comments on commit b48f461

Please sign in to comment.