Closed THEtheChad closed 1 year ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Updated (UTC) |
---|---|---|---|
zod-fixture | ✅ Ready (Inspect) | Visit Preview | Aug 1, 2023 6:42am |
:tada: This PR is included in version 2.3.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
I noticed ZodDefault was missing from our list of generators. In the process of adding the generator and trying to deterministically alternate between the default and the internal zod type, I realized that our boolean generator was not based off the seed provided to the transformer which could create inconsistencies in testing environments. The proposed changes should alleviate this issue.