Features
Support for ULID validation
z.string().ulid();
Commits:
- 4f89461 Prettier
- bd6527a Update deps
- 126c77b added
toLowerCase
andtoUpperCase
back in for v3.21.0 - 1749657 Update README.md
- dabe63d updated
z.custom
example again :D - 6b8f655 docs: improve cn readme (#2143)
- 9012dc7 add
.includes(value, options?)
@ZodString
. (#1887) - 67b981e Make safeParse().error a getter
- 346fde0 3.21.0-canary.20230304T235951
- b50d871 Add canary release CI
- b20cca2 Fix canary
- f7f5c50 Move action to .github/workflows
- f01fa0e Try to fix canary CI
- f5e8067 No git tag
- 5b304ae No dry run
- 20df80e Add tsc compilation test
- ead93d3 Document .pipe()
- d8e8653 Update headers
- 03c0ab1 Cache the evaluation of ParseInputLazyPath.path() for a moderate perf improvement (#2137)
- e7b3b7b Improve string docs
- 83478f5 Remove zod dep
- 2f1868d Specify paths for canary
- e599966 Add sponsors
- 950bd17 Tweak x.custom example
- 728e56a Close #2127
- 64883e4 feat: z.string().ulid() - add support for ulids (#2049)
- e0d709b 3.20.1
- 9c33194 Remove comments, clean up utils
- 942e2db Fix tests