You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exposing new function compileSchemaValidatorsCode to allow creating precompiled validator without a file. This is useful in case when precompiled validator is to be created dynamically. #3793
Dev / docs / playground
update playground vite config to use sources directly, allowing to reload changes in it without additional build step
moving from dts-cli to use individual dev tools directly, updating package publish config
tsc for generating type definitions and esm modules
esbuild for CJS bundle
rollup for UMD bundle
Updated the form-props documentation arrayMinItems, added description for never.
Updated the playground to add the option for the new arrayMinItems.populate = 'never'.