Add requiredIf rules
Please check docs to learn how requiredIf
rules work. And check this PR to understand the difference between vine.union
and requiredIf
rules.
Commits
- feat: implement requiredIf rules (#42) 893d378
- chore: update dependencies 81beff7
- docs: update benchmarks (#40) 21ac492
- fix: typo on 'Symbol.for('schema_nme') (#36) d2a03a3
- Merge pull request #39 from nakrovati/fix-lolo32-pr ef50170
- fix: add joi & ajv to devDeps 200bb39
- Merge branch 'develop' into fix-lolo32-pr 63c49e2
- Merge pull request #33 from nakrovati/develop f94d274
- chore(benchmarks): add valibot 02ff0a5
- fix(benchmark): use namespace to import yup d6f5589
- chore(benchmarks): add ajv and joi benchmark libraries ffb2a4e
What's Changed
- Add Valibot to benchmarks by @nakrovati in #33
- Fix lolo32 PR by @nakrovati in #39
- Fix typo in Symbol(schema_nme) by @Izurii in #36
- docs: update benchmarks by @nakrovati in #40
- feat: implement requiredIf rules by @thetutlage in #42
New Contributors
- @nakrovati made their first contribution in #33
- @Izurii made their first contribution in #36
Full Changelog: v1.7.1...v1.8.0