Skip to content

Releases: FormidableLabs/groqd

groqd@0.13.1

31 Mar 13:44
0d655e4
Compare
Choose a tag to compare

Patch Changes

  • Moving to monorepo, this is a test release to ensure changesets functionality remains in tact (#107)

v0.13.0

30 Mar 01:54
ceefc97
Compare
Choose a tag to compare

Minor Changes

  • Add filterByType convenience method (#102)

v0.12.0

23 Mar 14:32
f73e44b
Compare
Choose a tag to compare

Minor Changes

  • Optional isArray option for q()/pipe() method (#98)

v0.11.0

22 Mar 22:46
463170e
Compare
Choose a tag to compare

Minor Changes

  • Update makeSafeQueryRunner to provide more legible error message when parsing fails (#95)

v0.10.0

08 Mar 20:54
f237c53
Compare
Choose a tag to compare

Minor Changes

  • q.select schema helper for stronger union types and default conditions (#82)
  • ArrayQuery.select & EntityQuery.select helpers to spread select functions in a block scope (#82)

v0.9.2

07 Mar 14:40
0f271fd
Compare
Choose a tag to compare

Patch Changes

  • Make sanityImage imageDimensions._type an optional field (#86)

  • Specify custom markdef types in q.contentBlock[s], addresses #61. (#87)

v0.9.1

02 Mar 12:12
8331db6
Compare
Choose a tag to compare

Patch Changes

  • Add hasAlpha, isOpaque, and blurHash options to q.sanityImage's withAsset options. (#84)

v0.9.0

23 Feb 15:46
3766595
Compare
Choose a tag to compare

Minor Changes

  • nullToUndefined, grab$, and grabOne$ helpers to make dealing with null return values much more friendly. (#72)

v0.8.0

20 Feb 15:44
2566b2a
Compare
Choose a tag to compare

Minor Changes

  • added slug utility for easier slug access (#67)

Patch Changes

  • added new contentBlocks helper for contentBlock as list (#66)

  • fixed illustrative example in readme docs (#65)

v0.7.0

16 Feb 14:15
f5ae5a2
Compare
Choose a tag to compare

Minor Changes

  • Add TypeFromSelection utility type to extract TS type from a selection object (#63)