Releases: saiichihashimoto/sanity-typed
Releases · saiichihashimoto/sanity-typed
@sanity-typed/schema-builder@2.2.13
@sanity-typed/schema-builder 2.2.13 (2023-06-18)
Bug Fixes
- docs: adding license to everything (04cf91f)
@sanity-typed/types@1.6.0
@sanity-typed/types 1.6.0 (2023-06-17)
Bug Fixes
- docs: docs for plugins and named types (e8f95c5)
Features
- plugins: derive types from plugins! (da67819)
@sanity-typed/types@1.5.3
@sanity-typed/types 1.5.3 (2023-06-17)
Bug Fixes
- fields: more restrictive field definitions (e4a3379)
@sanity-typed/types@1.5.2
@sanity-typed/types 1.5.2 (2023-06-17)
Bug Fixes
- object: aliased objects have their type in _type (cf319d4)
- object: infer the correct "_type" for objects or aliased objects, including in arrays (87ed336), closes #69
- types: unmerge _key and allow/disallow certain types (5ab7bf4)
@sanity-typed/schema-builder@2.2.12
@sanity-typed/schema-builder 2.2.12 (2023-06-17)
Bug Fixes
- deps: fix faker migration (8edc98b)
- mocks: switch away from deprecated faker methods (8868dcd)
@sanity-typed/types@1.5.1
@sanity-typed/types 1.5.1 (2023-06-15)
Bug Fixes
- object: inferring objects from config works (c3b421c), closes #68
@sanity-typed/types@1.5.0
@sanity-typed/types 1.5.0 (2023-06-15)
Features
- types: allow cyclical types! (d9fc92a)
- types: infer types from sanity configs (7194258)
@sanity-typed/types@1.4.0
@sanity-typed/types 1.4.0 (2023-06-15)
Features
- alias: aliased types infer unknown (35b4917)
@sanity-typed/types@1.3.1
@sanity-typed/types 1.3.1 (2023-06-14)
Bug Fixes
- rule: use the definitions native rules (b4e9930)
@sanity-typed/types@1.3.0
@sanity-typed/types 1.3.0 (2023-06-14)
Bug Fixes
- deps: use sanity directly (06e984d)
- schema: needs to reexport
defineConfig
to fix types
field (577b13f)
Features
- document: document values get literal _type from schema name (971471b)