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

feat(effectResolver): returns either all errors or only the first one based on criteriaMode #737

Merged
merged 1 commit into from
Jan 30, 2025

Conversation

jorisre
Copy link
Member

@jorisre jorisre commented Jan 30, 2025

Fixes #721

(do not merge)

@jorisre jorisre requested a review from bluebill1049 January 30, 2025 11:10
Copy link
Contributor

Size Change: +299 B (+0.94%)

Total Size: 32.1 kB

Filename Size Change
effect-ts/dist/effect-ts.js 536 B +94 B (+21.27%) 🚨
effect-ts/dist/effect-ts.module.js 556 B +98 B (+21.4%) 🚨
effect-ts/dist/effect-ts.umd.js 652 B +107 B (+19.63%) 🚨
ℹ️ View Unchanged
Filename Size
ajv/dist/ajv.js 692 B
ajv/dist/ajv.module.js 646 B
ajv/dist/ajv.umd.js 803 B
arktype/dist/arktype.js 363 B
arktype/dist/arktype.module.js 379 B
arktype/dist/arktype.umd.js 462 B
class-validator/dist/class-validator.js 537 B
class-validator/dist/class-validator.module.js 562 B
class-validator/dist/class-validator.umd.js 642 B
computed-types/dist/computed-types.js 385 B
computed-types/dist/computed-types.module.js 401 B
computed-types/dist/computed-types.umd.js 476 B
dist/resolvers.js 444 B
dist/resolvers.module.js 454 B
dist/resolvers.umd.js 538 B
fluentvalidation-ts/dist/fluentvalidation-ts.js 488 B
fluentvalidation-ts/dist/fluentvalidation-ts.module.js 508 B
fluentvalidation-ts/dist/fluentvalidation-ts.umd.js 575 B
io-ts/dist/io-ts.js 1.27 kB
io-ts/dist/io-ts.module.js 1.15 kB
io-ts/dist/io-ts.umd.js 1.39 kB
joi/dist/joi.js 590 B
joi/dist/joi.module.js 606 B
joi/dist/joi.umd.js 694 B
nope/dist/nope.js 347 B
nope/dist/nope.module.js 366 B
nope/dist/nope.umd.js 435 B
superstruct/dist/superstruct.js 339 B
superstruct/dist/superstruct.module.js 356 B
superstruct/dist/superstruct.umd.js 437 B
typanion/dist/typanion.js 329 B
typanion/dist/typanion.module.js 344 B
typanion/dist/typanion.umd.js 425 B
typebox/dist/typebox.js 501 B
typebox/dist/typebox.module.js 518 B
typebox/dist/typebox.umd.js 616 B
typeschema/dist/typeschema.js 479 B
typeschema/dist/typeschema.module.js 491 B
typeschema/dist/typeschema.umd.js 586 B
valibot/dist/valibot.js 477 B
valibot/dist/valibot.module.js 493 B
valibot/dist/valibot.umd.js 586 B
vest/dist/vest.js 479 B
vest/dist/vest.module.js 443 B
vest/dist/vest.umd.js 568 B
vine/dist/vine.js 543 B
vine/dist/vine.module.js 553 B
vine/dist/vine.umd.js 648 B
yup/dist/yup.js 626 B
yup/dist/yup.module.js 641 B
yup/dist/yup.umd.js 730 B
zod/dist/zod.js 611 B
zod/dist/zod.module.js 629 B
zod/dist/zod.umd.js 713 B

compressed-size-action

Copy link
Member

@bluebill1049 bluebill1049 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@jorisre jorisre merged commit 12d7d8e into master Jan 30, 2025
4 checks passed
@jorisre jorisre deleted the feat/effect-criteria-mode branch January 30, 2025 13:05
@vladcos
Copy link

vladcos commented Feb 9, 2025

Can someone release a new version with this change please 😇

Copy link
Contributor

🎉 This PR is included in version 4.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
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[effect-ts] Only the last issue per field is reported
3 participants