Skip to content

Commit

Permalink
🚀 3.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Terdell committed Jul 11, 2023
1 parent ffe8979 commit b8f2ac7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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.21.4 | Fixes missing support for exact array length |
| 3.21.3 | Fixes issue #77 (Reference path to nullable schemas in Open-API mode) |
| 3.21.2 | Adds "integer" type Date output to support min/max checks, markdownDescription option, fixes "none" refStrategy by adding "seen" and adds an option to use "pattern" with Zods' email enum instead of "format". |
| 3.21.1 | New target (2019-09) along with improved intersection schemas, improved mutual recursion references in definitions, descriptions respected in union parser and not removed in collapsed |
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zod-to-json-schema",
"version": "3.21.3",
"version": "3.21.4",
"description": "Converts Zod schemas to Json Schemas",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit b8f2ac7

Please sign in to comment.