Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: colinhacks/zod
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.1.8
Choose a base ref
...
head repository: colinhacks/zod
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.1.12
Choose a head ref
  • 17 commits
  • 18 files changed
  • 9 contributors

Commits on Sep 16, 2025

  1. Update zshy (#5249)

    colinhacks authored Sep 16, 2025
    Configuration menu
    Copy the full SHA
    a78716d View commit details
    Browse the repository at this point in the history
  2. Publish [email protected]

    colinhacks committed Sep 16, 2025
    Configuration menu
    Copy the full SHA
    923af80 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2025

  1. Fix shape caching (#5263)

    Fixes #5241
    colinhacks authored Sep 20, 2025
    Configuration menu
    Copy the full SHA
    7ffedd0 View commit details
    Browse the repository at this point in the history
  2. v4.1.10

    colinhacks committed Sep 20, 2025
    Configuration menu
    Copy the full SHA
    82cd717 View commit details
    Browse the repository at this point in the history
  3. 4.1.11

    colinhacks committed Sep 20, 2025
    Configuration menu
    Copy the full SHA
    2bed4b3 View commit details
    Browse the repository at this point in the history
  4. docs(ecosystem): add bupkis to the ecosystem section (#5237)

    [BUPKIS](https://bupkis.zip) is a new assertion library which encourages using Zod schemas to define custom assertions.
    boneskull authored Sep 20, 2025
    Configuration menu
    Copy the full SHA
    0b109c3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d22ec0d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c56a4f6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a0abcc0 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2025

  1. fix(ZodError): prevent flatten() from crashing on 'toString' key (#5266)

    Uses Object.create(null) to create a prototype-less error object, avoiding collisions with built-in Object properties.Issue #5265
    meetdhorajiya authored Sep 21, 2025
    Configuration menu
    Copy the full SHA
    62bf4e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2025

  1. refac(errors): Unify code structure and improve types (#5278)

    * refac(errors): Unify code structure and improve types
    
    * refac: fixed type
    ssi02014 authored Oct 1, 2025
    Configuration menu
    Copy the full SHA
    02a5840 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b1922a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3fcb20f View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2025

  1. Configuration menu
    Copy the full SHA
    fda4c7c View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2025

  1. Fix lint

    colinhacks committed Oct 6, 2025
    Configuration menu
    Copy the full SHA
    af44738 View commit details
    Browse the repository at this point in the history
  2. Export bg.ts

    colinhacks committed Oct 6, 2025
    Configuration menu
    Copy the full SHA
    77c3c9f View commit details
    Browse the repository at this point in the history
  3. v4.1.12

    colinhacks committed Oct 6, 2025
    Configuration menu
    Copy the full SHA
    3b94610 View commit details
    Browse the repository at this point in the history
Loading