Skip to content

Releases: FormidableLabs/groqd

[email protected]

31 Jan 18:12
d2dab36
Compare
Choose a tag to compare

Patch Changes

  • Fix: ensure filter can be chained after a deref (#329)
    Fixes #323

[email protected]

30 Jan 16:02
3627f0c
Compare
Choose a tag to compare

Patch Changes

  • Chore: improved error messages for project to make them more helpful (#326)

[email protected]

30 Jan 00:06
4d1a23f
Compare
Choose a tag to compare

Patch Changes

  • Fixed: improve support for ellipsis operator (...) when using overrides (#324)
    Fixes #317

[email protected]

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

[email protected]

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.

[email protected]

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.

[email protected]

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

[email protected]

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

Patch Changes

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

[email protected]

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

Patch Changes

[email protected]

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)