zod
zod copied to clipboard
feat(#2758): z.string().ipRange() - add support for IP address range
This pull request fixes #2758 adding IP Address range (CIDR) validation in zod string.
- [x] Basic implementation
- [x] Choose what type of ip
- [x] Add IPv4/IPv6 address range
- [x] Add ipRange to docs
Deploy Preview for guileless-rolypoly-866f8a ready!
Built without sensitive environment variables
| Name | Link |
|---|---|
| Latest commit | deb9393b9cec14f46d44d5ba9fdfd5f435ac36c4 |
| Latest deploy log | https://app.netlify.com/sites/guileless-rolypoly-866f8a/deploys/675d123218483f0008b89872 |
| Deploy Preview | https://deploy-preview-3754--guileless-rolypoly-866f8a.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
This looks really good, I was just in need for this exact functionality. Is there any chance this can land in a release?
I have nothing productive to contribute other than this would be really nice to have land in a release!
Notice: Updated to follow the latest main branch.