Skip to content

Releases: danielroe/sanity-typed-queries

Release 0.6.5

06 May 10:15
6a1a9ad
Compare
Choose a tag to compare

0.6.5 (2020-05-06)

Bug Fixes

Release 0.6.4

05 May 22:51
49d2b6e
Compare
Choose a tag to compare

0.6.4 (2020-05-05)

Release 0.6.3

02 May 21:37
Compare
Choose a tag to compare

0.6.3 (2020-05-02)

Bug Fixes

Release 0.6.2

29 Apr 10:07
13c95f2
Compare
Choose a tag to compare

0.6.2 (2020-04-29)

Release 0.6.1

26 Apr 12:13
e2b472d
Compare
Choose a tag to compare

0.6.1 (2020-04-26)

Bug Fixes

  • add missing parts of schema type (7a48412)

Release 0.6.0

26 Apr 09:04
ef09c06
Compare
Choose a tag to compare

0.6.0 (2020-04-26)

Features

  • correctly resolve references to documents (9c1a5c0)

Bug Fixes

  • correctly label select parameter as exclusive, not inclusive (176c82a)

Release 0.5.1

05 Apr 22:49
beefd48
Compare
Choose a tag to compare

0.5.1 (2020-04-05)

Features

  • support coalesce, count and array projections (da8718c)

Bug Fixes

  • move groq query selection after order (3f758a0)

Release 0.5.0

05 Apr 19:05
cc741b5
Compare
Choose a tag to compare

0.5.0 (2020-04-05)

Features

  • allow custom object and document types (e9cfbd0)

Release 0.4.1

04 Apr 06:55
e5379b7
Compare
Choose a tag to compare

0.4.1 (2020-04-04)

Features

  • add support for resolving image and file types (f0f79b7)

Bug Fixes

  • handle custom mappings without explicit projection (008bcb2)

Release 0.4.0

03 Apr 12:40
f0044c4
Compare
Choose a tag to compare

0.4.0 (2020-04-03)

⚠ BREAKING CHANGES

  • No longer compatible with IE11
  • createSchema is now defineDocument with an additional helper (defineFields) for defining fields within a document

Features

  • add support for object types with subfields (f6e968e)
  • allow custom mappings ("prop": my.prop) (048ab1e)

Bug Fixes

  • don't modify query builder instance (5e71d4e)
  • more precisely define custom sanity types (6e6b423)
  • remove references to dummy custom fields (d925ff1)
  • type blocks as BlockType[] not BlockType[][] (51bfe9a)