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 fdcd635 commit 4444b1aCopy full SHA for 4444b1a
README.md
@@ -12,6 +12,7 @@ This package is responsible for compiling the application's `response` JSON sche
12
|----------------------------------------:|----------------------:|--------------------:|
13
| v1.x | v3.x | ^3.x |
14
| v2.x | v3.x | ^4.x |
15
+| v3.x | v4.x | ^4.x |
16
17
### fast-json-stringify Configuration
18
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@fastify/fast-json-stringify-compiler",
3
"description": "Build and manage the fast-json-stringify instances for the fastify framework",
4
- "version": "2.0.0",
+ "version": "3.0.0",
5
"main": "index.js",
6
"types": "index.d.ts",
7
"scripts": {
0 commit comments