Releases: danielroe/sanity-typed-queries
Releases · danielroe/sanity-typed-queries
Release 0.6.5
0.6.5 (2020-05-06)
Bug Fixes
Release 0.6.3
0.6.3 (2020-05-02)
Bug Fixes
Release 0.6.1
0.6.1 (2020-04-26)
Bug Fixes
- add missing parts of schema type (7a48412)
Release 0.6.0
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
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
0.5.0 (2020-04-05)
Features
- allow custom object and document types (e9cfbd0)
Release 0.4.1
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
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)