Skip to content

Releases: FormidableLabs/groqd

groqd@0.15.1

24 Apr 18:17
8835e9d
Compare
Choose a tag to compare

Patch Changes

  • Add .filter() method to EntityQuery (#149)

groqd-playground@0.0.8

24 Apr 18:17
8835e9d
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [efb9684]:
    • groqd@0.15.1

groqd-playground@0.0.7

24 Apr 17:10
9fb27c8
Compare
Choose a tag to compare

Patch Changes

  • Update README (#148)

  • Fix Date display in playground (#151)

groqd-playground@0.0.6

23 Apr 14:00
87e2a5d
Compare
Choose a tag to compare

Patch Changes

  • Add JSON explorer and "jump to error" functionality (#145)

groqd-playground@0.0.5

20 Apr 18:31
8ecda96
Compare
Choose a tag to compare

Patch Changes

  • Split out URL and Origin for messaging (#142)

groqd-playground@0.0.4

20 Apr 16:55
29563e0
Compare
Choose a tag to compare

Patch Changes

  • Init editor iframe with postMessage instead of query params (#140)

groqd-playground@0.0.3

20 Apr 14:01
6e0c0ca
Compare
Choose a tag to compare

Patch Changes

  • Fix iframe URL, start some playground docs (#137)

  • Cmd + Enter to auto-run query, twoslash-like support for runQuery type, and loading indicator on fetch (#134)

  • More playground features! (0ade8e4)

groqd-playground-editor@0.0.4

20 Apr 16:55
29563e0
Compare
Choose a tag to compare

Patch Changes

  • Init editor iframe with postMessage instead of query params (#140)

groqd-playground-editor@0.0.3

20 Apr 14:01
6e0c0ca
Compare
Choose a tag to compare

Patch Changes

  • More playground features! (0ade8e4)

groqd@0.14.0

06 Apr 17:30
65d29ec
Compare
Choose a tag to compare

Minor Changes

  • Deprecate q.sanityImage in favor of standalone sanityImage method, address #109 (#117)

  • Loosen _type field of content block to z.string(), since _type: "block" isn't necessarily required. Addresses #114. (#118)

Patch Changes

  • Add README back to groqd package (#113)

  • Report all errors in makeSafeQueryRunner (#121)

  • Expose makeContentBlockQuery function for more flexibility around block content querying. (#120)