Skip to content

Commit ccdda1b

Browse files
committed
Updates readme for v1.0 information
1 parent 4091871 commit ccdda1b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ npm install zod-from-json-schema
1414

1515
## Zod 3 vs 4
1616

17-
- If you need Zod 4, use the latest version of this package.
17+
Prior to Zod officially releasing an official v4 package, Zod v4 was available in the Zod 3.x branches, i.e. ^3.25.25. This package maintains legacy version 3/4 support in the 0.x version and Zod 4 support (with the official Zod 4 release) in the 1.x version.
18+
19+
- If you need Zod 4, you can use the ^1.0.0 branch or the ^0.4.0 branches of this repo
1820
- If you need Zod 3, use the latest version that's less than 0.4.0 (at the of writing that's 0.0.5). It supports a smaller subsets of JSON Schema.
1921

2022
## Usage

0 commit comments

Comments
 (0)