resolvers

📋 Validation resolvers: Yup, Zod, AJV, Joi, Superstruct, Vest, class-validator, io-ts, typanion, Ajv, TypeBox, Valibot and nope.

MIT License

Downloads
14.5M
Stars
1.6K
Committers
51

Bot releases are visible (Hide)

resolvers - v1.0.0-rc.1

Published by bluebill1049 about 4 years ago

Thanks for the amazing work that @jorisre has done ❤️ -> https://github.com/react-hook-form/resolvers/pull/60.
We finally have a solution for the modules import issue around TypeScripts -> https://github.com/react-hook-form/resolvers/issues/20.

Breaking changes

- import { yupResolver } from '@hookform/resolvers'; 
- import { joiResolver } from '@hookform/resolvers'; 
- import { superstructResolver } from '@hookform/resolvers'; 
+ import { yupResolver } from '@hookform/resolvers/yup'; 
+ import { joiResolver } from '@hookform/resolvers/joi'; 
+ import { superstructResolver } from '@hookform/resolvers/superstruct'; 
resolvers - Version 0.1.1

Published by bluebill1049 about 4 years ago

fix errors with validateAllFieldCriteria (#54)

resolvers - Version 0.1.0

Published by bluebill1049 about 4 years ago

  • Support multiple errors messages(#32)
resolvers - Version 0.0.6

Published by bluebill1049 over 4 years ago

fix ESLint error: Unable to resolve the path to module '@hookform/resolvers' #19

resolvers - Version 0.0.5

Published by kotarella1110 over 4 years ago

  • fix types
  • change umd name from HookFormResolvers to ReactHookFormResolvers
resolvers - Version 0.0.4

Published by kotarella1110 over 4 years ago

resolvers - Version 0.0.2-rc.0

Published by bluebill1049 over 4 years ago

Package Rankings
Top 1.0% on Npmjs.org
Badges
Extracted from project README
npm downloads npm npm npm npm npm npm npm npm npm npm npm npm npm npm npm npm npm npm npm npm
Related Projects