We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86ea8d7 commit bf2ea29Copy full SHA for bf2ea29
README.md
@@ -29,11 +29,11 @@ npm i @fastify/caching
29
### Compatibility
30
| Plugin version | Fastify version |
31
| ---------------|-----------------|
32
-| `^9.x` | `^5.x` |
+| `>=9.x` | `^5.x` |
33
| `^8.x` | `^4.x` |
34
-| `^6.x` | `^3.x` |
35
-| `^4.x` | `^2.x` |
36
-| `^1.x` | `^1.x` |
+| `>=6.x <8.x` | `^3.x` |
+| `>=4.x <6.x` | `^2.x` |
+| `>=1.x <4.x` | `^1.x` |
37
38
39
Please note that if a Fastify version is out of support, then so are the corresponding versions of this plugin
0 commit comments