Releases: FormidableLabs/groqd
Releases · FormidableLabs/groqd
[email protected]
[email protected]
Patch Changes
- Chore: improved error messages for
project
to make them more helpful (#326)
[email protected]
[email protected]
Patch Changes
- Added: export
createGroqBuilder
as shortcut forcreateGroqBuilderWithZod
(#314)
Docs: updated sample code
[email protected]
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]
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.
[email protected]
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
[email protected]
Patch Changes
- Updated README to fix banner, add Support link (#291)
[email protected]
Patch Changes
- Updated dependencies [
046ec89
]:
[email protected]
Patch Changes
- bump Sanity to 3.15.0. bump vitest to 1.3.1 (#278)