Releases: colinhacks/zod
Releases · colinhacks/zod
v3.17.0
Commits:
- 4459e75 feat: trim method for ZodString (#681)
- ff5de24 Added README for deno (#1157)
- 4284011 Add error parameters to createZodEnum
- cb5db0f 3.17.0
What's Changed
- Added README for deno by @omar-dulaimi in #1157
- feat: trim method for ZodString by @Djaler in #681
New Contributors
Full Changelog: v3.16.1...v3.17.0
v3.16.1
Commits:
- 3aedba5 Update docs
- a944dd7 COnfigure docsify
- 0e5acd4 Flatten schema docs
- 26d234d Clean up docs
- 7a37dac Tweak styling
- 1b7b529 Fix table of contents styling
- 6bf9ea7 Fix toc
- 4628c35 Improve styling
- 4fcdbe7 Remove hash router
- 811da4c Add metadata
- 625721d Add favicons
- 0367cdc Add oneliner
- 7ba4f67 Add oneliner
- d362b93 Add oneliner
- 4c9cbc6 Add oneliner
- bef9153 Remove local assets
- 3ca7cff Improve lighthouse scores
- b3ccd4c Fix docs
- ee40cb8 doc: fix link (#1130)
- d8d3806 Add docs link (#1133)
- 401c4c4 Update index.html
- 7d1de14 Fix preload
- d506b08 Fix syntax highlighting
- 347332c Improve JSDoc deprecation warning for nonempty (#1152)
- 7836900 Instanceof issue fatal (#1131)
- b57a25c mod an example that is not correct (#1134)
- 51e93e7 Added test for enums with defaults (#1149)
- 12214aa Add Test for Union Recursive Type (#1148)
- 65d8f4f 3.16.1
v3.16.0
Commits:
- cb2b86c Update README.md (#1125)
- b726328 Add
nestjs-graphql-zod
to ecosystem links (#1126) - ab8a371 Fix ctx.addIssue in transform to work correctly with parseAsync (#1129)
- da0a42f Update ZodError.ts (#1127)
- c4740a6 Restore existing type inference behaviour of z.ZodObject (#1122)
- c536694 Added expected and received properties to enum and native enum (#1123)
- 8f9ad5b Update type signature for ZodInvalidEnumValueIssue
- 27121fd 3.16
v3.15.1
v3.15.0
v3.14.5
Commits:
- 21aab2a fix(readme): Use Correct Test Link
- 753f627 Merge pull request #1054 from FlorianWendelborn/patch-1
- a6e13cc Remove hanging string expressions (#1073)
- c7792de Add UMD build (#1067)
- f11ba8f Standardize ZodError type helpers. Document ZodError.format(). Add mapper support to .format()
- 5ea9f87 Add Astro (#1076)
- 5ba2cc3 Update sponsors (#1081)
- cdca0db docs: infer
Literal
from the schema in JSON type example (#1083) - f6981f8 Small typo in readme (contraining => constraining) (#1096)
- 7296aae Add zod-to-openapi to Ecosystem in the Readme (#1109)
- 4cf7e7c docs: fix typo on the error handling guide (#1111)
- fa4eebb Improve IDE integration for inferred object properties to support Go To Definition, Rename Symbol, etc. (#1117)
v3.14.4
Commits:
- 823dda9 Add invalid_literal issue
- d109f67 Merge pull request #1052 from colinhacks/literal-error
- 222df66 Fully remove typeCache
- 22d418c Fully remove typeCache
- 0acd6f6 Merge pull request #1058 from tmcw/fully-remove-typecache
- 024257c Faster extra keys detection
- 157f8c5 Merge pull request #1057 from tmcw/faster-extra-keys
- 819fb49 3.14.4
v3.14.3
Commits:
- 66f044b Improve precommit hooks
- 60acdc0 Fix prepublish
- 361c789 Test husky
- 2348c00 Test husky
- 0dbd4ec Test husky
- ac187fa Reformat
- 4fb3a29 Add files
- b6006f3 Merge pull request #1034 from colinhacks/husky
- 35a74f5 Remove coverage badge generation, fix release CI
- 1974cfb Add codecov
- 4bd66a4 Remove coverage
- 6173d5c Merge pull request #1035 from colinhacks/coverage
- 0780ee3 Fix CI badge
- f59df39 Faster paths
- 3662eb2 Update src/types.ts
- 2ffcd8d Update ZodMap for new ParseInputLazyPath structure
- 0ad9e12 Merge pull request #1036 from tmcw/fast-path2
- d8628e1 Add fastify-type-provider-zod
- 1713b0a Add Supervillain to Ecosystem section
- f3db867 Merge pull request #1047 from Southclaws/patch-1
- 2ccce07 Add generic functions guide to README
- baf9b53 Add default for first argument of ZodType
v3.14.2
Commits:
- 76d2fe0 Faster optional & nullable values
- 38cc89d Merge pull request #1028 from tmcw/faster-optionals
- 9004904 Implement release CI
- 5d356dd Remove logs in build.mjs
- 25b41e6 Dry-run: false
- 6a703d8 Rename workflows
- 0a5f644 Update release, remove fix.yml
- 01ca116 Generate Deno before testing
- 25bab35 Update script names
- cc458a0 Prevent duplicate jobs
- a3e3d45 Prevent duplicate jobs
- b5a93f2 Fix prettier command
- 3a27c0c Upgrade eslint version
- cadfa20 Fix job id
- 863346b chore: Format, lint, build Deno
- e02a9ca Remove dryrun
- db4c8bf Add deno
- 88d1239 Update release
- 1a4a1c2 Merge pull request #1030 from colinhacks/ci
- 43b258b chore: Format, lint, build Deno
v3.14.1
What's Changed
- Reduce memory churn, avoid generating ctx when not necessary, much faster valid primitives by @tmcw in #1025
Full Changelog: v3.14.0...v3.14.1