Skip to content

v1.0.0-rc.1

Compare
Choose a tag to compare
@bluebill1049 bluebill1049 released this 23 Sep 05:25
· 248 commits to master since this release

Thanks for the amazing work that @jorisre has done 鉂わ笍 -> #60.
We finally have a solution for the modules import issue around TypeScripts -> #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';