Skip to content

Commit

Permalink
docs(readme): sort compatibility table descending; add lts note (#390)
Browse files Browse the repository at this point in the history
Signed-off-by: Frazer Smith <[email protected]>
  • Loading branch information
Fdawgs authored Nov 2, 2024
1 parent 4afb1a8 commit 4f3027f
Showing 1 changed file with 17 additions and 12 deletions.
29 changes: 17 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,23 @@ npm i @fastify/rate-limit

### Compatibility

| Plugin version | Fastify version |
| ------------- |:---------------:|
| `^1.x` | `^1.x` |
| `^2.x` | `^2.x` |
| `^3.x` | `^2.x` and `^3.x` |
| `^4.x` | `^2.x` and `^3.x` |
| `^5.x` | `^2.x` and `^3.x` |
| `^6.x` | `^2.x` and `^3.x` |
| `^7.x` | `^4.x` |
| `^8.x` | `^4.x` |
| `^9.x` | `^4.x` |
| `^10.x` | `^5.x` |
| Plugin version | Fastify version |
| -------------- | -------------------- |
| `^10.x` | `^5.x` |
| `^9.x` | `^4.x` |
| `^8.x` | `^4.x` |
| `^7.x` | `^4.x` |
| `^6.x` | `^2.x` and `^3.x` |
| `^5.x` | `^2.x` and `^3.x` |
| `^4.x` | `^2.x` and `^3.x` |
| `^3.x` | `^2.x` and `^3.x` |
| `^2.x` | `^2.x` |
| `^1.x` | `^1.x` |


Please note that if a Fastify version is out of support, then so are the corresponding version(s) 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.


## Usage
Expand Down

0 comments on commit 4f3027f

Please sign in to comment.