Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: upgrade TypeSchema to v0.13 #81

Merged
merged 2 commits into from
Mar 11, 2024
Merged

refactor: upgrade TypeSchema to v0.13 #81

merged 2 commits into from
Mar 11, 2024

Conversation

TheEdoRan
Copy link
Owner

@TheEdoRan TheEdoRan commented Mar 11, 2024

This PR upgrades TypeSchema from v0.12 to v0.13. v0.13 is a major refactor of the library, which switched to a modular design. From now on, next-safe-action will use @typeschema/main to just include the common adapter logic without actually bundling adapters. This keeps the bundle size small, while allowing users to choose the specific validation libraries (and adapters) they want to use.

This commits upgrades TypeSchema from v0.12 to v0.13. v0.13 is a major refactor of the library,
which switched to a modular design. From now on, next-safe-action will use @typeschema/main to just
include the common adapter logic without actually bundling adapters. This keeps the bundle size
small, while allowing users to choose the specific validation libraries (and adapters) they want to
use.
Copy link

vercel bot commented Mar 11, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
next-safe-action-example-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 11, 2024 11:20pm
next-safe-action-website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 11, 2024 11:20pm

Copy link

🎉 This PR is included in version 7.0.0-next.11 🎉

The release is available on:

Your semantic-release bot 📦🚀

Copy link

🎉 This PR is included in version 7.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[INTERNAL] [v7] Upgrade TypeSchema to v0.13
1 participant