marilari88 / zod-playground

Play with Zod schema validation
https://zod-playground.vercel.app
MIT License
31 stars 1 forks source link

Select zod version #15

Closed marilari88 closed 3 months ago

marilari88 commented 4 months ago

It would be useful to add a version picker to the Zod Playground, allowing users to seamlessly switch between different versions of the Zod library. This would enable users to test and learn about the various features and changes introduced in each version, making the playground an even more effective learning and testing tool.

giacomocerquone commented 4 months ago

This is interesting but without a server, or an online service that allows lazy loading of NPM modules, it's not feasible IMHO due to the app bundle size that would become huge.

Do you have any idea here? Maybe we could include only the major versions but idk sounds a silly idea.

davc0n commented 3 months ago

WIP https://github.com/marilari88/zod-playground/pull/38