Skip to content

Releases: FormidableLabs/groqd

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)

groq-builder@0.5.0

08 Feb 02:49
660bef7
Compare
Choose a tag to compare

Minor Changes

  • Added support for parameters. (#263)

    Added filterBy for strongly-typed filtering.

    Added auto-complete help for conditional statements and filters.

    Changed how parameters are passed to makeSafeQueryRunner.

groq-builder@0.4.0

06 Feb 14:12
d273147
Compare
Choose a tag to compare

Minor Changes

  • Added createGroqBuilderWithZod() and removed the .include(zod) method (#257)

    Removed internal validation methods; use Zod methods instead

    Added validationRequired option to require runtime validation

    Removed $ from q.conditional$ and q.select$ methods; these are now just q.conditional and q.select

    Added optional validation parameter to q.field(field, parser?)

    Cleaned up some internal types, added better type documentation

groq-builder@0.3.0

25 Jan 21:32
22e5dd3
Compare
Choose a tag to compare

Minor Changes

  • Added conditional and select features (#256)

  • Improved the way we handle validation. (#255)
    Enable "tree shaking" to remove validation, if unused.
    Improve type-checking of validation methods, for better error detection.

Patch Changes

  • Added support for Fragments via q.fragment (#250)

groq-builder@0.2.0

22 Dec 08:17
175913b
Compare
Choose a tag to compare

Minor Changes

  • Added backwards compatibility with GroqD v0.x (#248)
  • Implemented validation methods like q.string()
  • Renamed grab -> project, grabOne -> field
  • Fixed build issues and deployment files

groq-builder@0.1.3

29 Nov 05:19
f35225e
Compare
Choose a tag to compare

Patch Changes

  • Improved build output
  • Improved nullable type safety
  • Added makeSafeQueryRunner utility

groqd@0.15.10

08 Nov 18:05
598de58
Compare
Choose a tag to compare

Patch Changes

  • Update zod to resolve security vulnerablity (#233)

  • Use same zod version across all packages (#237)