Skip to content

Latest commit

 

History

History
215 lines (98 loc) · 9.43 KB

CHANGELOG.md

File metadata and controls

215 lines (98 loc) · 9.43 KB

0.9.1 (2022-10-10)

0.9.0 (2022-10-07)

⚠ BREAKING CHANGES

  • mark return type for custom fields as optional (#294)

Bug Fixes

  • mark return type for custom fields as optional (#294) (3f34410)
  • types: resolve arrays correctly with multi-property resolver (#295) (a422167)
  • updated custom validator typing (#231) (9774605)

undefined

0.8.1 (2022-02-28)

0.8.0 (2022-02-28)

Features

Bug Fixes

0.7.4 (2021-02-09)

Bug Fixes

0.7.3 (2020-09-30)

Bug Fixes

0.7.2 (2020-09-30)

Bug Fixes

  • produce es2015 build correctly (6211056), closes #95

0.7.1 (2020-09-30)

Bug Fixes

0.7.0 (2020-09-26)

Features

  • add ability for additional custom filters (fd8fc38), closes #93

0.6.11 (2020-07-03)

Bug Fixes

  • target es2015 to fix @sanity/cli builds (4059596)

0.6.10 (2020-06-27)

0.6.9 (2020-06-27)

0.6.8 (2020-06-23)

0.6.7 (2020-05-08)

Bug Fixes

  • type for annotations was wrongly changed (f941e57), closes #35

0.6.6 (2020-05-07)

Bug Fixes

  • correct type for marks in block field (1817eee), closes #35

0.6.5 (2020-05-06)

Bug Fixes

0.6.4 (2020-05-05)

0.6.3 (2020-05-02)

Bug Fixes

0.6.2 (2020-04-29)

0.6.1 (2020-04-26)

Bug Fixes

  • add missing parts of schema type (7a48412)

0.6.0 (2020-04-26)

Features

  • correctly resolve references to documents (9c1a5c0)

Bug Fixes

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

0.5.1 (2020-04-05)

Features

  • support coalesce, count and array projections (da8718c)

Bug Fixes

  • move groq query selection after order (3f758a0)

0.5.0 (2020-04-05)

Features

  • allow custom object and document types (e9cfbd0)

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)

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)
  • feat: 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)

0.3.1 (2020-04-01)

Bug Fixes

0.3.0 (2020-04-01)

Features

  • infer correct types of arrays (fd75b5c)

0.2.0 (2020-03-31)

⚠ BREAKING CHANGES

  • The return type of .use() has changed.

Bug Fixes

Code Refactoring

  • adjust return type of use() for flexibility (d78c742)