Releases: saiichihashimoto/sanity-typed-schema-builder
Releases · saiichihashimoto/sanity-typed-schema-builder
v2.2.4
2.2.4 (2023-05-06)
Bug Fixes
- docs: deprecation notice (433f401)
- package: use @sanity-typed/schema-builder for everything (82d072b)
v2.2.3
2.2.3 (2023-05-01)
Bug Fixes
- deps: update typescript from 4.9.4 to 5.0.4 (28c09c9)
- deps: update zod from 3.17.10 to 3.21.4 (5afb13e)
v2.2.2
2.2.2 (2023-05-01)
Bug Fixes
- build: using tsup to build (d189e14)
v2.2.1
2.2.1 (2023-04-26)
Bug Fixes
v2.2.0
2.2.0 (2023-04-18)
Features
v2.1.2
2.1.2 (2023-04-18)
Bug Fixes
v2.1.1
2.1.1 (2023-03-01)
Bug Fixes
- engines: less restrictive node version (787bead), closes #192
v2.1.0
2.1.0 (2023-01-07)
Features
- array: use discriminated union if all elements in the array have a (a5f7621)
v2.0.1
2.0.1 (2023-01-05)
Bug Fixes
- array: zod.min and zod.max only when min or max are undefined (310ac09)
v2.0.0
2.0.0 (2023-01-05)
Bug Fixes
BREAKING CHANGES
- types: Sanity v2 is no longer supported. Initially, it may
still work with v2, but will not support it going forward.