Skip to content

Releases: saiichihashimoto/sanity-typed

@sanity-typed/groq@1.0.0-alpha.8

24 Jul 22:28
2071c0b
Compare
Choose a tag to compare
Pre-release

@sanity-typed/groq 1.0.0-alpha.8 (2023-07-24)

Features

@sanity-typed/groq@1.0.0-alpha.7

24 Jul 19:36
1cac268
Compare
Choose a tag to compare
Pre-release

@sanity-typed/groq 1.0.0-alpha.7 (2023-07-24)

Bug Fixes

  • filter: groq filter can chain into more filters (d4ae50c)
  • groq: small fixes (7e5a8e8)
  • groq: take context directly (b870429)

Features

@sanity-typed/groq@1.0.0-alpha.6

22 Jul 23:49
c30c607
Compare
Choose a tag to compare
Pre-release

@sanity-typed/groq 1.0.0-alpha.6 (2023-07-22)

Features

  • groq: filter and equality (d7d0f2d)

@sanity-typed/groq@1.0.0-alpha.5

22 Jul 03:29
9e17890
Compare
Choose a tag to compare
Pre-release

@sanity-typed/groq 1.0.0-alpha.5 (2023-07-22)

Features

  • groq: length(string | array) (aabc585)

@sanity-typed/groq@1.0.0-alpha.4

22 Jul 02:44
de2fbee
Compare
Choose a tag to compare
Pre-release

@sanity-typed/groq 1.0.0-alpha.4 (2023-07-22)

Features

@sanity-typed/groq@1.0.0-alpha.3

22 Jul 02:35
eec8986
Compare
Choose a tag to compare
Pre-release

@sanity-typed/groq 1.0.0-alpha.3 (2023-07-22)

Features

@sanity-typed/types@3.1.0-alpha.1

21 Jul 07:45
f3e50de
Compare
Choose a tag to compare
Pre-release

@sanity-typed/types 3.1.0-alpha.1 (2023-07-21)

Features

  • groq: many basic groq types (3f55ada)

@sanity-typed/groq@1.0.0-alpha.2

21 Jul 19:45
e2276f7
Compare
Choose a tag to compare
Pre-release

@sanity-typed/groq 1.0.0-alpha.2 (2023-07-21)

Features

@sanity-typed/groq@1.0.0-alpha.1

21 Jul 07:55
c14029b
Compare
Choose a tag to compare
Pre-release

@sanity-typed/groq 1.0.0-alpha.1 (2023-07-21)

Features

  • groq: many basic groq types (3f55ada)

@sanity-typed/types@3.0.0

18 Jul 22:44
f0fda21
Compare
Choose a tag to compare

@sanity-typed/types 3.0.0 (2023-07-18)

Bug Fixes

  • aliased: allow inferring non objects (8927865), closes #121
  • types: fully deprecate InferValue (fabd2af)

BREAKING CHANGES

  • types: Removed InferValue from exports completely. Replace
    with InferSchemaValues.
  • aliased: InferSchemaValues now returns an object keyed by type
    rather than a union.