File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to the library will be documented in this file.
44
5- ## vX.X.X (Month DD, YYYY )
5+ ## v0.27.0 (September 06, 2024 )
66
77- Add support for async validation with Zod (issue #233 )
88- Add ` validateOn ` and ` revalidateOn ` option to ` Field ` and ` FieldArray ` component (pull request #247 )
Original file line number Diff line number Diff line change 11{
22 "name" : " @modular-forms/qwik" ,
33 "description" : " The modular and type-safe form library for Qwik" ,
4- "version" : " 0.26.1 " ,
4+ "version" : " 0.27.0 " ,
55 "license" : " MIT" ,
66 "author" : " Fabian Hiller" ,
77 "homepage" : " https://modularforms.dev" ,
4444 "build" : " vite build --mode lib && tsc" ,
4545 "format" : " prettier --write \" ./src\" " ,
4646 "format.check" : " prettier --check \" ./src\" " ,
47- "lint" : " eslint \" ./src/**/*.ts*\" && tsc --noEmit" ,
48- "publish" : " npm publish"
47+ "lint" : " eslint \" ./src/**/*.ts*\" && tsc --noEmit"
4948 },
5049 "dependencies" : {
5150 "decode-formdata" : " >=0.7.5 <1" ,
You can’t perform that action at this time.
0 commit comments