Releases: FormidableLabs/groqd
Releases · FormidableLabs/groqd
groqd@1.0.1
Patch Changes
- Added: export
createGroqBuilder
as shortcut forcreateGroqBuilderWithZod
(#314)
Docs: updated sample code
groqd@1.0.0
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
Patch Changes
-
This package is now deprecated. Use
groqd
instead! (#305)Great news! This
groq-builder
codebase has been merged into the officialgroqd
project, and is now available asgroqd@1
.Please discontinue using
groq-builder
and usegroqd
instead.
groq-builder@0.10.0
Minor Changes
-
This is the final release before v1.0 (#306)
Minor changes
- Configuration: renamed main method from
createGroqBuilder
tocreateGroqBuilderLite
- Configuration: eliminated need for
ExtractDocumentTypes
- Fix:
field
projections handle arrays properly - Improvement: better typings for Zod methods
- Configuration: renamed main method from
groqd@0.15.12
Patch Changes
- Updated README to fix banner, add Support link (#291)
groqd-playground@0.0.20
Patch Changes
- Updated dependencies [
046ec89
]:- groqd@0.15.12
groqd@0.15.11
Patch Changes
- bump Sanity to 3.15.0. bump vitest to 1.3.1 (#278)
groqd-playground@0.0.19
groq-builder@0.9.1
Patch Changes
- bump Sanity to 3.15.0. bump vitest to 1.3.1 (#278)