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: matejchalk/zod2md
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: nucypher/zod2md
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 9 files changed
  • 3 contributors

Commits on Feb 24, 2025

  1. export more objects and types from the package

    Signed-off-by: Muhammad Altabba <[email protected]>
    Muhammad-Altabba committed Feb 24, 2025
    Copy the full SHA
    3b345ae View commit details
  2. fix circular dependency warnings during build

    Warnings similar to:
    
    > Export formatModelsAsMarkdown of module src/formatter/format.ts was reexported through module src/formatter/index.ts while both modules are dependencies of each other and will end up in different chunks by current Rollup settings. This scenario is not well supported at the moment as it will produce a circular dependency between chunks and will likely lead to broken execution order. Either change the import in src/index.ts to point directly to the exporting module or reconfigure output.manualChunks to ensure these modules end up in the same chunk.
    
    Signed-off-by: Muhammad Altabba <[email protected]>
    Muhammad-Altabba committed Feb 24, 2025
    Copy the full SHA
    aaeba6b View commit details
  3. fix an issue: does not always work

    Signed-off-by: Muhammad Altabba <[email protected]>
    Muhammad-Altabba committed Feb 24, 2025
    Copy the full SHA
    64f429c View commit details
  4. handle ZodLazy

    Signed-off-by: Muhammad Altabba <[email protected]>
    Muhammad-Altabba committed Feb 24, 2025
    Copy the full SHA
    22d173e View commit details
  5. render Description at union and intersection

    Signed-off-by: Muhammad Altabba <[email protected]>
    Muhammad-Altabba committed Feb 24, 2025
    Copy the full SHA
    efd206d View commit details
  6. add prettier config allined with the already used styling (to unify s…

    …tyling among the team)
    
    Signed-off-by: Muhammad Altabba <[email protected]>
    Muhammad-Altabba committed Feb 24, 2025
    Copy the full SHA
    bd233c2 View commit details

Commits on Feb 26, 2025

  1. Add support for ZodCatch

    Signed-off-by: Muhammad Altabba <[email protected]>
    matejchalk authored and Muhammad-Altabba committed Feb 26, 2025
    Copy the full SHA
    80b2d2f View commit details
  2. Warn instead of throwing for unsupported types

    closes #9
    
    Signed-off-by: Muhammad Altabba <[email protected]>
    matejchalk authored and Muhammad-Altabba committed Feb 26, 2025
    Copy the full SHA
    80f2f6e View commit details
  3. Release 0.1.5

    Signed-off-by: Muhammad Altabba <[email protected]>
    matejchalk authored and Muhammad-Altabba committed Feb 26, 2025
    Copy the full SHA
    d6e3980 View commit details
  4. Copy the full SHA
    131e1bf View commit details

Commits on Feb 27, 2025

  1. Copy the full SHA
    adff90d View commit details

Commits on Feb 28, 2025

  1. Copy the full SHA
    1341d27 View commit details

Commits on Mar 4, 2025

  1. Merge pull request #1 from Muhammad-Altabba/multi-modifications

    Modifications required for processing TACo Condition Schemas
    derekpierre authored Mar 4, 2025
    Copy the full SHA
    b05b1a1 View commit details

Commits on Mar 11, 2025

  1. Copy the full SHA
    6c6917d View commit details

Commits on Mar 13, 2025

  1. Merge pull request #2 from Muhammad-Altabba/multi-modifications

    Increase ZodLazy processing depth
    Muhammad-Altabba authored Mar 13, 2025
    Copy the full SHA
    84a6fc6 View commit details

Commits on Mar 31, 2025

  1. Copy the full SHA
    f280077 View commit details
  2. Merge pull request #3 from Muhammad-Altabba/multi-modifications

    fix: not rendering `default` for referenced objects
    derekpierre authored Mar 31, 2025
    Copy the full SHA
    01577b5 View commit details
Loading