Skip to content

Support for Zod 4 #123

@kentkwu

Description

@kentkwu

Hi all. I'm very interested in trying this library, however I have a codebase that is already using Zod v4.

Any interest in adding Zod 4 compatibility?

I took a cursory look through the project and the surface area of this change should be pretty small. Happy to contribute a PR.

// package.json
{
  "peerDependencies": {
    "zod": "^3.25.0 || ^4.0.0"
  }
}

From the library authors guide: https://zod.dev/library-authors

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions