Releases: FormidableLabs/groqd
Releases · FormidableLabs/groqd
groq-builder@0.4.0
06 Feb 14:12
Compare
Sorry, something went wrong.
No results found
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
groq-builder@0.3.0
25 Jan 21:32
Compare
Sorry, something went wrong.
No results found
Minor Changes
Added conditional and select features (#256 )
Improved the way we handle validation. (#255 )
Enable "tree shaking" to remove validation, if unused.
Improve type-checking of validation methods, for better error detection.
Patch Changes
Added support for Fragments via q.fragment (#250 )
groq-builder@0.2.0
22 Dec 08:17
Compare
Sorry, something went wrong.
No results found
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
groq-builder@0.1.3
29 Nov 05:19
Compare
Sorry, something went wrong.
No results found
Patch Changes
Improved build output
Improved nullable type safety
Added makeSafeQueryRunner utility
groqd@0.15.10
08 Nov 18:05
Compare
Sorry, something went wrong.
No results found
groqd-playground@0.0.18
08 Nov 18:05
Compare
Sorry, something went wrong.
No results found
groqd-playground-editor@0.0.6
08 Nov 18:05
Compare
Sorry, something went wrong.
No results found
groqd@0.15.9
11 Aug 18:27
Compare
Sorry, something went wrong.
No results found
Patch Changes
Addresses #213 , allows the .order method to take an array of strings – since order argument can be more complex than just FIELD desc (#214 )
groqd-playground@0.0.17
11 Aug 18:27
Compare
Sorry, something went wrong.
No results found
groqd@0.15.8
08 Aug 17:54
Compare
Sorry, something went wrong.
No results found
Patch Changes
Always return a new Class from builder methods, addresses #204 . (#211 )