Skip to content

Releases: FormidableLabs/groqd

groqd@1.0.1

05 Jan 04:03
72f9558
Compare
Choose a tag to compare

Patch Changes

  • Added: export createGroqBuilder as shortcut for createGroqBuilderWithZod (#314)
    Docs: updated sample code

groqd@1.0.0

03 Jan 18:19
Compare
Choose a tag to compare

Major Changes

  • It's official! GroqD 1.0 is here! (#310)

    This brand-new version of GroqD adds schema-awareness, which brings massive improvements to the developer experience!

    This includes:

    • Auto-completion - write queries quickly and confidently
    • Runtime validation - ensure data integrity, catch errors early
    • Transformation - map values at runtime, like parsing dates
    • Fragments - create reusable query fragments, and compose queries from other fragments

    This release does include breaking API changes. Please see the migration docs for more information.

groq-builder@0.10.1

31 Dec 16:28
ac3631f
Compare
Choose a tag to compare

Patch Changes

  • This package is now deprecated. Use groqd instead! (#305)

    Great news! This groq-builder codebase has been merged into the official groqd project, and is now available as groqd@1.

    Please discontinue using groq-builder and use groqd instead.

groq-builder@0.10.0

31 Dec 19:13
edc379e
Compare
Choose a tag to compare

Minor Changes

  • This is the final release before v1.0 (#306)

    Minor changes

    • Configuration: renamed main method from createGroqBuilder to createGroqBuilderLite
    • Configuration: eliminated need for ExtractDocumentTypes
    • Fix: field projections handle arrays properly
    • Improvement: better typings for Zod methods

groqd@0.15.12

08 Jul 18:49
f32c08c
Compare
Choose a tag to compare

Patch Changes

  • Updated README to fix banner, add Support link (#291)

groqd-playground@0.0.20

08 Jul 18:49
f32c08c
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [046ec89]:
    • groqd@0.15.12

groqd@0.15.11

19 Apr 18:36
584b7ce
Compare
Choose a tag to compare

Patch Changes

  • bump Sanity to 3.15.0. bump vitest to 1.3.1 (#278)

groqd-playground@0.0.19

19 Apr 18:36
584b7ce
Compare
Choose a tag to compare

Patch Changes

  • Bump sanity/ui to version 2 (#283)

  • bump Sanity to 3.15.0. bump vitest to 1.3.1 (#278)

  • security update: bump sanity to 3.14.0 (#277)

  • Updated dependencies [38f3f23]:

    • groqd@0.15.11

groq-builder@0.9.1

19 Apr 18:35
584b7ce
Compare
Choose a tag to compare

Patch Changes

  • bump Sanity to 3.15.0. bump vitest to 1.3.1 (#278)

groq-builder@0.9.0

14 Mar 17:51
f9f1e43
Compare
Choose a tag to compare

Minor Changes

  • Releasing as a Release Candidate (#266)

Patch Changes

  • Fixed a type issue with project, where it would complain argument [] is not assignable to 'never' (#266)