Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,16 @@ Install using `npm`:
npm i fastify-json-to-xml
```

For Fastify v4.x support, use `fastify-json-to-xml@1.1.12`.
### Compatibility

| Plugin version | Fastify version |
| -------------- | --------------- |
| `>=2.x` | `^5.x` |
| `>=1.x <2.x` | `^4.x` |

Please note that if a Fastify version is out of support, then so are the corresponding versions of this plugin
in the table above.
See [Fastify's LTS policy](https://github.com/fastify/fastify/blob/main/docs/Reference/LTS.md) for more details.

## Example usage

Expand Down