v1.0.0-rc.0 (to-json-schema)
This is a summary of the changes between v0 and v1. Many thanks to everyone who contributed to this release.
- Add support for
exactOptional
andundefinedable
schema - Add support for
base64
,isoTime
,isoDateTime
,nonEmpty
andurl
action (pull request #962) - Add support for
bic
,cuid2
,empty
,decimal
,digits
,emoji
,hex_color
,hexadecimal
,nanoid
,octal
andulid
action (pull request #998) - Change Valibot peer dependency to v1.0.0
- Change extraction of default value from
nullable
,nullish
andoptional
schema - Change
force
toerrorMode
in config for better control (issue #889) - Change
additionalProperties
forobject
andlooseObject
schema (pull request #1001)