-
-
Notifications
You must be signed in to change notification settings - Fork 162
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
feat: effect-ts resolver #676
feat: effect-ts resolver #676
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@bluebill1049 cheers for the approvals mate. but im at a loss now as to how to fix this last failing check...generate a whole new pnpm-lock file maybe? im cautious of doing that as its bitten me in the ass in the past, especially with older or legacy transient packages in the mix... |
@jorisre do you have any idea on this issue? 🙏 |
@bluebill1049 looks like that last commit bumping the pnpm versions in the github ci scripts fixed it 👍 |
nice, let's go~ |
@bluebill1049 all good to go mate. are there scheduled releases or anything further needed from me with this pull request? when can we expect this to be merged? |
Let's release this Saturday, if something wrong I can still action it. |
…code generic, allow for async transforms
🎉 This PR is included in version 3.4.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
* feat: effect-ts resolver * refactor(effect-ts): replace spread operator with explicit assignment * fix(effect-ts): provide build aliases for globals * fix(effect-ts): include effect-ts in node-13-exports config * fix(ci): bumped workflow pnpm action setups to version 9 * docs(effect-ts): add quickstart guide to readme * refactor(effect-ts): optimize imports for better tree shaking, add encode generic, allow for async transforms --------- Co-authored-by: Trent Cox <admin@havenworldtours.com>
Initial submission of an effect-ts compatible react-hook-form resolver that accepts schemas from the
@effect/schema
library.