Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-03-19 | 739 Bytes | |
v1.0.0 (to-json-schema) source code.tar.gz | 2025-03-19 | 3.1 MB | |
v1.0.0 (to-json-schema) source code.zip | 2025-03-19 | 4.7 MB | |
Totals: 3 Items | 7.8 MB | 0 |
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])