Releases: FormidableLabs/groqd
Releases · FormidableLabs/groqd
[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)
[email protected]
[email protected]
Patch Changes
- bump Sanity to 3.15.0. bump vitest to 1.3.1 (#278)
[email protected]
[email protected]
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
.
[email protected]
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 validationRemoved
$
fromq.conditional$
andq.select$
methods; these are now justq.conditional
andq.select
Added optional validation parameter to
q.field(field, parser?)
Cleaned up some internal types, added better type documentation
[email protected]
[email protected]
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