Version 0.0.4
- improve rollup setting
- change output filename
dist/resolver.jstodist/index.jsdist/resolver.es.jstodist/index.esm.js
- support umd build
dist/index.umd.min.js- umd name is
HookFormResolvers - https://unpkg.com/@hookform/[email protected]/dist/index.umd.min.js
- https://cdn.jsdelivr.net/npm/@hookform/[email protected]/dist/index.umd.min.js
- change output filename
- improve eslint & prettier setting
- improve package.json
- move react-hook-form from deps to peerDeps
- add husky and lint-staged
- improve actions workflow
- improve types #12