Skip to content

Releases: saiichihashimoto/sanity-typed

@sanity-typed/schema-builder@2.2.13

18 Jun 22:09
d6a11ca
Compare
Choose a tag to compare

@sanity-typed/schema-builder 2.2.13 (2023-06-18)

Bug Fixes

  • docs: adding license to everything (04cf91f)

@sanity-typed/types@1.6.0

17 Jun 07:52
75777f6
Compare
Choose a tag to compare

@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

17 Jun 01:48
ff07006
Compare
Choose a tag to compare

@sanity-typed/types 1.5.3 (2023-06-17)

Bug Fixes

  • fields: more restrictive field definitions (e4a3379)

@sanity-typed/types@1.5.2

17 Jun 00:03
d427e02
Compare
Choose a tag to compare

@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

17 Jun 02:49
a2b9925
Compare
Choose a tag to compare

@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

15 Jun 20:40
0c7858c
Compare
Choose a tag to compare

@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

15 Jun 08:19
6e979a3
Compare
Choose a tag to compare

@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

15 Jun 05:58
6ef12ea
Compare
Choose a tag to compare

@sanity-typed/types 1.4.0 (2023-06-15)

Features

  • alias: aliased types infer unknown (35b4917)

@sanity-typed/types@1.3.1

14 Jun 21:28
1bc8abd
Compare
Choose a tag to compare

@sanity-typed/types 1.3.1 (2023-06-14)

Bug Fixes

  • rule: use the definitions native rules (b4e9930)

@sanity-typed/types@1.3.0

14 Jun 20:49
c97b3aa
Compare
Choose a tag to compare

@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)