Skip to content

Commit

Permalink
🚀 3.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Terdell committed Dec 15, 2022
1 parent 2765eb0 commit ef718eb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

| Version | Change |
| --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 3.20.0 | Adds support for Zod 3.20 with catch and pipe parser as well as new string validations. Refactored Ref handling; adding definitions no longer considered experimental. Main API function refactored and simplified; output type less defined but a lot easier to maintain. Doubt anyone will miss it. |
| 3.19.4 | Adds custom error message support |
| 3.19.3 | Mark `definitions` as experimental in the readme |
| 3.19.2 | Added `definitions` option |
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zod-to-json-schema",
"version": "3.19.4",
"version": "3.20.0",
"description": "Converts Zod schemas to Json Schemas",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"license": "ISC",
"peerDependencies": {
"zod": ">=3.19.0 <3.20.0"
"zod": "^3.20.0"
},
"devDependencies": {
"@types/jest": "^26.0.24",
Expand Down

0 comments on commit ef718eb

Please sign in to comment.