This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
groq-builder@0.4.0
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 # groq-builder fromq.conditional# groq-builder and q.select# groq-builder methods; these are now justq.conditionalandq.select`
Added optional validation parameter to q.field(field, parser?)
Cleaned up some internal types, added better type documentation
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
groq-builder@0.4.0
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
# groq-builder from
q.conditional# groq-builder andq.select# groq-builder methods; these are now just
q.conditionaland
q.select`Added optional validation parameter to
q.field(field, parser?)
Cleaned up some internal types, added better type documentation