Skip to content

groq-builder@0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Feb 14:12
· 13 commits to main since this release
d273147

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